Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/isa/
Dif_ef.c364 iobase += EF_IOSIZE) { in ef_match()
366 if (bus_space_map(iot, iobase, EF_IOSIZE, in ef_match()
396 bus_space_unmap(iot, ioh, EF_IOSIZE); in ef_match()
433 ia->ia_io[0].ir_size = EF_IOSIZE; in ef_match()
Dif_efreg.h115 #define EF_IOSIZE 16 macro