/titanic_41/usr/src/uts/i86pc/io/pciex/ |
H A D | npe_misc.c | 344 scl = pci_config_get8(cfg_hdl, PCI_CONF_SUBCLASS); in npe_save_htconfig_children()
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 79 pci_config_get8(handle, PCI_CONF_SUBCLASS)); in pci_dump()
|
/titanic_41/usr/src/lib/efcode/pci/ |
H A D | pci.c | 310 PUSH(DS, cfgadd + PCI_CONF_SUBCLASS); in do_class_id()
|
/titanic_41/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 832 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in cardbus_bridge_assign() 1876 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in cardbus_sum_resources() 2599 sub_class = pci_config_get8(config_handle, PCI_CONF_SUBCLASS); in cardbus_probe_children() 3651 wordval = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) | 3859 wordval = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) | 3943 classcode = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) | 4340 pci_config_get8(config_handle, PCI_CONF_SUBCLASS),
|
H A D | cardbus_hp.c | 1646 PCI_CONF_SUBCLASS); in cardbus_ioctl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pci.h | 43 #define PCI_CONF_SUBCLASS 0xA /* sub-class code, 1 byte */ macro
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 206 pci_config_get8(handle, PCI_CONF_SUBCLASS)); in ixgbe_pci_dump()
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 401 pci_config_get8(handle, PCI_CONF_SUBCLASS)); in pciconfig_dump()
|
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 409 pci_config_get8(config_handle, PCI_CONF_SUBCLASS)); in pcicfg_dump_common_config() 1348 subclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS); in pcicfg_is_ntbridge() 3230 wordval = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) | in pcicfg_set_standard_props() 3389 classcode = pci_config_get16(config_handle, PCI_CONF_SUBCLASS); in pcicfg_set_childnode_props() 3391 psubclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS); in pcicfg_set_childnode_props()
|
/titanic_41/usr/src/uts/i86pc/io/psm/ |
H A D | psm_common.c | 353 PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)); in psm_is_pci_bridge()
|
/titanic_41/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 438 pci_config_get8(config_handle, PCI_CONF_SUBCLASS)); in pcicfg_dump_common_config() 1450 subclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS); in pcicfg_is_ntbridge() 3451 wordval = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) | in pcicfg_set_standard_props() 3625 classcode = pci_config_get16(config_handle, PCI_CONF_SUBCLASS); in pcicfg_set_childnode_props() 3627 psubclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS); in pcicfg_set_childnode_props()
|
/titanic_41/usr/src/uts/common/io/ntxn/ |
H A D | unm_gem.c | 329 sub_class = pci_config_get8(pci_cfg_hdl, PCI_CONF_SUBCLASS); in unm_pci_cfg_init()
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | mp_platform_common.c | 1371 PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)) { in apic_handle_pci_pci_bridge()
|
/titanic_41/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcishpc.c | 499 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in pcishpc_slot_get_property()
|
H A D | pciehpc.c | 1635 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in pciehpc_slot_get_property()
|
/titanic_41/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 2384 subclass = pci_config_get8(cfg_hdl, PCI_CONF_SUBCLASS); in pcie_check_io_mem_range()
|
/titanic_41/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_impl.c | 1268 sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS); in amd_iommu_setup()
|
/titanic_41/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 1408 PCI_CONF_SUBCLASS); in pcihp_ioctl()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 649 pci_config_get8(qlge->pci_handle, PCI_CONF_SUBCLASS); in ql_dump_pci_config()
|
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | db21554.c | 1623 hdr_off + PCI_CONF_SUBCLASS); in db_pci_get_header()
|
/titanic_41/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 2391 subclass = pci_getb(bus, dev, func, PCI_CONF_SUBCLASS); in add_reg_props()
|
/titanic_41/usr/src/uts/common/io/sata/adapters/nv_sata/ |
H A D | nv_sata.c | 624 subclass = pci_config_get8(pci_conf_handle, PCI_CONF_SUBCLASS); in nv_attach()
|