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

/freebsd-10.2-release/sys/dev/hme/
H A Dif_hme_pci.c240 #define HME_ROM_READ_N(n, offs) bus_space_read_ ## n (memt, memh, (offs)) macro
241 #define HME_ROM_READ_1(offs) HME_ROM_READ_N(1, (offs))
242 #define HME_ROM_READ_2(offs) HME_ROM_READ_N(2, (offs))
243 #define HME_ROM_READ_4(offs) HME_ROM_READ_N(4, (offs))

Completed in 124 milliseconds