Searched refs:pciide_dma_table_setup (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | pciidevar.h | 213 int pciide_dma_table_setup(struct pciide_softc*, int, int);
|
| D | pciide_common.c | 605 if (pciide_dma_table_setup(sc, cp->ata_channel.ch_channel, in pciide_channel_dma_setup() 620 pciide_dma_table_setup(struct pciide_softc *sc, int channel, int drive) in pciide_dma_table_setup() function 1117 if (pciide_dma_table_setup(sc, channel, drive) != 0) { in default_chip_map()
|
| /netbsd/src/sys/arch/i386/pnpbios/ |
| D | pciide_pnpbios.c | 182 if (pciide_dma_table_setup(sc, 0, drive) != 0) { in pciide_pnpbios_attach()
|