Home
last modified time | relevance | path

Searched refs:cmd_ios (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dpciide_common.c193 if (wdr->cmd_ios != 0) in pciide_common_detach()
195 wdr->cmd_baseioh, wdr->cmd_ios); in pciide_common_detach()
301 wdr->cmd_ios = PCIIDE_COMPAT_CMD_SIZE; in pciide_mapregs_compat()
308 bus_space_unmap(wdr->cmd_iot, wdr->cmd_baseioh, wdr->cmd_ios); in pciide_mapregs_compat()
372 &wdr->cmd_iot, &wdr->cmd_baseioh, NULL, &wdr->cmd_ios) != 0) { in pciide_mapregs_native()
383 bus_space_unmap(wdr->cmd_iot, wdr->cmd_baseioh, wdr->cmd_ios); in pciide_mapregs_native()
395 bus_space_unmap(wdr->cmd_iot, wdr->cmd_baseioh, wdr->cmd_ios); in pciide_mapregs_native()
1090 wdr->cmd_ios); in default_chip_map()
H A Dviaide.c1210 NULL, &wdr->cmd_ios) != 0) { in via_sata_chip_map_new()
/netbsd-src/sys/dev/ic/
H A Dwdcvar.h52 bus_size_t cmd_ios; member