Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dpciidevar.h213 int pciide_dma_table_setup(struct pciide_softc*, int, int);
Dpciide_common.c605 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/
Dpciide_pnpbios.c182 if (pciide_dma_table_setup(sc, 0, drive) != 0) { in pciide_pnpbios_attach()