Searched refs:MMS_NPORTS (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/i386/isa/ |
H A D | mms.c | 45 #define MMS_NPORTS 4 macro 99 if (bus_space_map(iot, ia->ia_io[0].ir_addr, MMS_NPORTS, 0, &ioh)) in mmsprobe() 114 ia->ia_io[0].ir_size = MMS_NPORTS; in mmsprobe() 122 bus_space_unmap(iot, ioh, MMS_NPORTS); in mmsprobe() 138 if (bus_space_map(iot, ia->ia_io[0].ir_addr, MMS_NPORTS, 0, &ioh)) { in mmsattach()
|