Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h46775 #define S_TXBCONFIGSEL 10 macro
46777 #define V_TXBCONFIGSEL(x) ((x) << S_TXBCONFIGSEL)
46778 #define G_TXBCONFIGSEL(x) (((x) >> S_TXBCONFIGSEL) & M_TXBCONFIGSEL)