Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_regs.h5344 #define S_CPL_MAP_TBL_DATA 0 macro
5346 #define V_CPL_MAP_TBL_DATA(x) ((x) << S_CPL_MAP_TBL_DATA)
5347 #define G_CPL_MAP_TBL_DATA(x) (((x) >> S_CPL_MAP_TBL_DATA) & M_CPL_MAP_TBL_DATA)