Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/common/
H A Dt4_regs.h26723 #define S_CB_START 0 macro
26725 #define V_CB_START(x) ((x) << S_CB_START)
26726 #define G_CB_START(x) (((x) >> S_CB_START) & M_CB_START)