/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | pci_neptune.c | 72 (inb(PCI_CADDR2(0, PCI_CONF_REVID)) & 0xf0) != 0x10) { in pci_check_neptune()
|
H A D | pci_orion.c | 67 PCI_CONF_REVID); in pci_is_broken_orion()
|
/illumos-gate/usr/src/uts/i86pc/io/pciex/ |
H A D | npe_misc.c | 71 (pci_config_get8(cfg_hdl, PCI_CONF_REVID) >= in npe_ck804_fix_aer_ptr()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 75 pci_config_get8(handle, PCI_CONF_REVID)); in pci_dump()
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 200 pci_config_get8(handle, PCI_CONF_REVID)); in ixgbe_pci_dump()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 395 pci_config_get8(handle, PCI_CONF_REVID)); in pciconfig_dump()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 45 #define PCI_CONF_REVID 0x8 /* revision id, 1 byte */ macro
|
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_attach.c | 520 (uint_t)pci_config_get8(soft_state->pci_config, PCI_CONF_REVID); in hci1394_pci_init()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/ |
H A D | audiovia823x.c | 577 pci_revision = pci_config_get8(pcih, PCI_CONF_REVID); in auvia_attach()
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pci_props.c | 403 prop->ppd_rev = pci_prop_get8(acc, prop, PCI_CONF_REVID); in pci_prop_data_fill()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioixp/ |
H A D | audioixp.c | 1289 if (pci_config_get8(statep->pcih, PCI_CONF_REVID) & 0x80) { in audioixp_attach()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/ |
H A D | audiots.c | 865 state->ts_revid = pci_config_get8(state->ts_pcih, PCI_CONF_REVID); in audiots_map_regs()
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe.c | 1951 pci_config_get8(bridge_handle, PCI_CONF_REVID); in sfe_chipinfo_init_sis900() 2026 rev = pci_config_get16(conf_handle, PCI_CONF_REVID); in sfeattach()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci.c | 265 ehcip->ehci_config_handle, PCI_CONF_REVID); in ehci_attach()
|
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge_main.c | 865 PCI_CONF_REVID); in atge_identify_hardware() 887 PCI_CONF_REVID); in atge_identify_hardware()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbbc.c | 998 revid = pci_config_get8(conf_handle, PCI_CONF_REVID); in sbbc_config4pci()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/ |
H A D | audioens.c | 1012 revision = pci_config_get8(pcih, PCI_CONF_REVID); in audioens_attach()
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc.c | 711 PCI_CONF_REVID); in igc_core_code_init()
|
/illumos-gate/usr/src/cmd/pcitool/ |
H A D | pcitool.c | 264 { PCI_CONF_REVID, 1, "Rv", "Revision ID" },
|
/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | unm_gem.c | 348 hwcontext->revision_id = pci_config_get8(pci_cfg_hdl, PCI_CONF_REVID); in unm_pci_cfg_init()
|
/illumos-gate/usr/src/uts/common/io/virtio/ |
H A D | virtio_main.c | 249 if ((revid = pci_config_get8(pci, PCI_CONF_REVID)) == PCI_EINVAL8) { in virtio_init()
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena.c | 558 ena->ena_pci_rev = pci_config_get8(hdl, PCI_CONF_REVID); in ena_attach_pci()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 436 pci_config_get8(config_handle, PCI_CONF_REVID)); in pcicfg_dump_common_config() 3439 byteval = pci_config_get8(config_handle, PCI_CONF_REVID); in pcicfg_set_standard_props() 3617 revid = pci_config_get8(config_handle, PCI_CONF_REVID); in pcicfg_set_childnode_props()
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 3634 byteval = pci_config_get8(config_handle, PCI_CONF_REVID); 4324 pci_config_get8(config_handle, PCI_CONF_REVID),
|
/illumos-gate/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 546 ip->revid = pci_config_get8(ip->pcih, PCI_CONF_REVID); in iprb_identify()
|