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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h6821 #define S_CALIMP 24 macro
6823 #define V_CALIMP(x) ((x) << S_CALIMP)
6824 #define G_CALIMP(x) (((x) >> S_CALIMP) & M_CALIMP)

Completed in 127 milliseconds