Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h57629 #define S_EA_ROW0 13 macro
57631 #define V_EA_ROW0(x) ((x) << S_EA_ROW0)
57632 #define G_EA_ROW0(x) (((x) >> S_EA_ROW0) & M_EA_ROW0)