Lines Matching defs:interface
68 "Intel 82371SB IDE Interface (PIIX3)",
432 pcireg_t interface = PCI_INTERFACE(pa->pa_class);
534 if (pciide_chansetup(sc, channel, interface) == 0)
545 pcireg_t interface;
551 interface = PCI_INTERFACE(pci_conf_read(sc->sc_pc,
553 aprint_normal("channel %d idetim=%08x interface=%02x\n",
554 channel, idetim, interface);
557 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
927 pcireg_t interface, cmdsts;
962 interface = PCI_INTERFACE(pa->pa_class);
969 if (pciide_chansetup(sc, channel, interface) == 0)
971 pciide_mapchan(pa, cp, interface, pciide_pci_intr);