Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h46732 #define S_RXCCONFIGSEL 22 macro
46734 #define V_RXCCONFIGSEL(x) ((x) << S_RXCCONFIGSEL)
46735 #define G_RXCCONFIGSEL(x) (((x) >> S_RXCCONFIGSEL) & M_RXCCONFIGSEL)