Home | History | Annotate | Download | only in pci

Lines Matching refs:pciide_pci_read

133 	u_int8_t ctrl = pciide_pci_read(sc->sc_pc, sc->sc_tag, CMD_CTRL);
144 if (pciide_pci_read(pa->pa_pc, pa->pa_tag, CMD_CONF) &
236 priirq = pciide_pci_read(sc->sc_pc, sc->sc_tag, CMD_CONF);
237 secirq = pciide_pci_read(sc->sc_pc, sc->sc_tag, CMD_ARTTIM23);
417 udma_reg = pciide_pci_read(sc->sc_pc,
420 (pciide_pci_read(sc->sc_pc, sc->sc_tag,
444 udma_reg = pciide_pci_read(sc->sc_pc,
477 priirq = pciide_pci_read(sc->sc_pc, sc->sc_tag, CMD_CONF);
480 secirq = pciide_pci_read(sc->sc_pc, sc->sc_tag, CMD_ARTTIM23);
516 pciide_pci_read(sc->sc_pc, sc->sc_tag, 0x8a) | 0x01);
587 mode = pciide_pci_read(pc, pa, 0x80 + chp->ch_channel * 4);
601 (pciide_pci_read(pc, pa, off) & 0x01) == 0)
603 scsc = pciide_pci_read(pc, pa, 0x8a);
606 scsc = pciide_pci_read(pc, pa, 0x8a);
612 val = pciide_pci_read(pc, pa, off) & ~0x3f;