Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1666 is_pciide(uchar_t basecl, uchar_t subcl, uchar_t revid, in is_pciide() argument
1684 if (basecl != PCI_CLASS_MASS) in is_pciide()
1869 uchar_t basecl, subcl, progcl, intr, revid; in process_devfunc() local
1915 basecl = classcode >> 16; in process_devfunc()
1922 else if (!pseudo_isa && is_isa(basecl, subcl)) in process_devfunc()
1951 if ((basecl == PCI_CLASS_BRIDGE) && in process_devfunc()
2043 if ((basecl == PCI_CLASS_BRIDGE) && (subcl == PCI_BRIDGE_PCI)) in process_devfunc()
2060 if (IS_CLASS_IOAPIC(basecl, subcl, progcl)) { in process_devfunc()
2095 if (is_pciide(basecl, subcl, revid, vendorid, deviceid, in process_devfunc()
2148 if (!pseudo_isa && is_isa(basecl, subcl)) { in process_devfunc()