Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/cxgbe/common/
HDt4_regs.h36002 #define S_MAP_TBL_DATA 0 macro
36004 #define V_MAP_TBL_DATA(x) ((x) << S_MAP_TBL_DATA)
36005 #define G_MAP_TBL_DATA(x) (((x) >> S_MAP_TBL_DATA) & M_MAP_TBL_DATA)