Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h46723 #define S_RXBCONFIGSEL 26 macro
46725 #define V_RXBCONFIGSEL(x) ((x) << S_RXBCONFIGSEL)
46726 #define G_RXBCONFIGSEL(x) (((x) >> S_RXBCONFIGSEL) & M_RXBCONFIGSEL)