Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h8041 #define S_LNC_RXPWRSTATE 8 macro
8043 #define V_LNC_RXPWRSTATE(x) ((x) << S_LNC_RXPWRSTATE)
8044 #define G_LNC_RXPWRSTATE(x) (((x) >> S_LNC_RXPWRSTATE) & M_LNC_RXPWRSTATE)