Home
last modified time | relevance | path

Searched refs:S_SYNC_WR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_smt.h34 #define S_SYNC_WR 12 macro
35 #define V_SYNC_WR(x) ((x) << S_SYNC_WR)
H A Dt4_l2t.h34 #define S_SYNC_WR 12 macro
35 #define V_SYNC_WR(x) ((x) << S_SYNC_WR)
H A Dt4_main.c5348 MPASS(fls(val[5]) <= S_SYNC_WR); in get_params__post_init()