HomeSort by: relevance | last modified time | path
    Searched defs:ebus_cl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_hme_pci.c 123 pcireg_t ebus_cl, ebus_id; local in function:hmeattach_pci
238 ebus_cl = pci_conf_read(ebus_pa.pa_pc, ebus_pa.pa_tag, PCI_CLASS_REG);
242 if (PCI_CLASS(ebus_cl) == PCI_CLASS_BRIDGE &&
if_hme_pci.c 123 pcireg_t ebus_cl, ebus_id; local in function:hmeattach_pci
238 ebus_cl = pci_conf_read(ebus_pa.pa_pc, ebus_pa.pa_tag, PCI_CLASS_REG);
242 if (PCI_CLASS(ebus_cl) == PCI_CLASS_BRIDGE &&

Completed in 24 milliseconds