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

/netbsd-current/sys/dev/pci/
H A Dif_wmreg.h669 #define WMREG_RAL_LO(b, x) ((b) + ((x) << 3)) macro
670 #define WMREG_RAL_HI(b, x) (WMREG_RAL_LO(b, x) + 4)

Completed in 242 milliseconds