Searched refs:base_ioh (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/atari/isa/ |
H A D | fdcisa.c | 102 bus_space_handle_t ioh, ctl_ioh, base_ioh; in fdc_isa_probe() local 137 if (bus_space_map(iot, iobase, 6 /* FDC_NPORT */, 0, &base_ioh)) { in fdc_isa_probe() 141 if (bus_space_subregion(iot, base_ioh, 2, 4, &ioh)) { in fdc_isa_probe() 142 bus_space_unmap(iot, base_ioh, 6); in fdc_isa_probe() 147 bus_space_unmap(iot, base_ioh, 6); in fdc_isa_probe() 175 bus_space_unmap(iot, base_ioh, 6 /* FDC_NPORT */); in fdc_isa_probe()
|
/netbsd-src/sys/dev/isa/ |
H A D | fdc_isa.c | 107 bus_space_handle_t ioh, ctl_ioh, base_ioh; in fdc_isa_probe() local 140 if (bus_space_map(iot, iobase, 6 /* FDC_NPORT */, 0, &base_ioh)) in fdc_isa_probe() 143 if (bus_space_subregion(iot, base_ioh, 2, 4, &ioh)) { in fdc_isa_probe() 144 bus_space_unmap(iot, base_ioh, 6); in fdc_isa_probe() 149 bus_space_unmap(iot, base_ioh, 6); in fdc_isa_probe() 177 bus_space_unmap(iot, base_ioh, 6 /* FDC_NPORT */); in fdc_isa_probe()
|
/netbsd-src/sys/arch/arc/jazz/ |
H A D | fdc_jazzio.c | 117 bus_space_handle_t base_ioh, ioh; in fdc_jazzio_probe() local 128 FDC_OFFSET + FDC_NPORT, 0, &base_ioh)) in fdc_jazzio_probe() 131 if (bus_space_subregion(iot, base_ioh, FDC_OFFSET, FDC_NPORT, &ioh)) in fdc_jazzio_probe() 148 bus_space_unmap(iot, base_ioh, FDC_OFFSET + FDC_NPORT); in fdc_jazzio_probe()
|