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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h3168 #define S_FIVETUPLELOOKUP 17 macro
3170 #define V_FIVETUPLELOOKUP(x) ((x) << S_FIVETUPLELOOKUP)
3171 #define G_FIVETUPLELOOKUP(x) (((x) >> S_FIVETUPLELOOKUP) & M_FIVETUPLELOOKUP)

Completed in 117 milliseconds