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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h6035 #define S_RAMADDR 0 macro
6037 #define V_RAMADDR(x) ((x) << S_RAMADDR)
6038 #define G_RAMADDR(x) (((x) >> S_RAMADDR) & M_RAMADDR)

Completed in 202 milliseconds