Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_regs.h2637 #define S_ADDREND 5 macro
2639 #define V_ADDREND(x) ((x) << S_ADDREND)
2640 #define G_ADDREND(x) (((x) >> S_ADDREND) & M_ADDREND)