HomeSort by: relevance | last modified time | path
    Searched refs:pciide_dma_table_setup (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
pciidevar.h 213 int pciide_dma_table_setup(struct pciide_softc*, int, int);
pciide_common.c 605 if (pciide_dma_table_setup(sc, cp->ata_channel.ch_channel,
620 pciide_dma_table_setup(struct pciide_softc *sc, int channel, int drive) function in typeref:typename:int
650 ATADEBUG_PRINT(("pciide_dma_table_setup: table at %p len %lu, "
671 ATADEBUG_PRINT(("pciide_dma_table_setup: phy addr of table 0x%lx\n",
1117 if (pciide_dma_table_setup(sc, channel, drive) != 0) {
  /src/sys/arch/i386/pnpbios/
pciide_pnpbios.c 182 if (pciide_dma_table_setup(sc, 0, drive) != 0) {

Completed in 11 milliseconds