Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1667 is_pciide(uchar_t basecl, uchar_t subcl, uchar_t revid, in is_pciide() argument
1685 if (basecl != PCI_CLASS_MASS) in is_pciide()
1870 uchar_t basecl, subcl, progcl, intr, revid; in process_devfunc() local
1916 basecl = classcode >> 16; in process_devfunc()
1923 else if (!pseudo_isa && is_isa(basecl, subcl)) in process_devfunc()
1952 if ((basecl == PCI_CLASS_BRIDGE) && in process_devfunc()
2044 if ((basecl == PCI_CLASS_BRIDGE) && (subcl == PCI_BRIDGE_PCI)) in process_devfunc()
2061 if (IS_CLASS_IOAPIC(basecl, subcl, progcl)) { in process_devfunc()
2096 if (is_pciide(basecl, subcl, revid, vendorid, deviceid, in process_devfunc()
2149 if (!pseudo_isa && is_isa(basecl, subcl)) { in process_devfunc()