Searched refs:S_IDTCMD (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h6235 #define S_IDTCMD 0 macro
6237 #define V_IDTCMD(x) ((x) << S_IDTCMD)
6238 #define G_IDTCMD(x) (((x) >> S_IDTCMD) & M_IDTCMD)

Completed in 210 milliseconds