Searched refs:PCI_CONF_BASE4 (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/sys/pci/ |
H A D | db21554_config.h | 53 #define DB_PCONF_DS_MEM3 PCI_CONF_BASE4 58 #define DB_PCONF_US_MEM2 DB_PCONF_SEC_HDR_OFF+PCI_CONF_BASE4 64 #define DB_SCONF_US_MEM2 PCI_CONF_BASE4 67 #define DB_SCONF_DS_MEM3 DB_PCONF_PRI_HDR_OFF+PCI_CONF_BASE4
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 114 pci_config_get32(handle, PCI_CONF_BASE4)); in pci_dump()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpci.c | 425 chsp->chs_base4 = pci_config_get32(confhdl, PCI_CONF_BASE4); 779 pci_config_put32(confhdl, PCI_CONF_BASE4, chs_p->chs_base4);
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 239 pci_config_get32(handle, PCI_CONF_BASE4)); in ixgbe_pci_dump()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 422 pciconfig_bar(Adapter, PCI_CONF_BASE4, "PCI_CONF_BASE4"); in pciconfig_dump()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 61 #define PCI_CONF_BASE4 0x20 /* base register 4, 4 bytes */ macro
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_tools.c | 61 PCI_CONF_BASE4,
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_tools.c | 94 PCI_CONF_BASE4,
|
H A D | db21554.c | 1060 (off_t)(p_offset + PCI_CONF_BASE4))) & ~DB_IO_BIT)); in db_enable_io() 1637 ph->bar4 = pci_config_get32(config_handle, hdr_off + PCI_CONF_BASE4); in db_pci_get_header()
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci_tools.c | 77 PCI_CONF_BASE4,
|
/illumos-gate/usr/src/cmd/pcitool/ |
H A D | pcitool.c | 279 { PCI_CONF_BASE4, 4, "BAR4", "Base Address Register 4 (@20)" },
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_fwlog.c | 759 pci_config_get32(pwp->pci_acc_handle, PCI_CONF_BASE4)); in pmcs_dump_pcie_conf()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 676 pci_config_get32(qlge->pci_handle, PCI_CONF_BASE4); in ql_dump_pci_config()
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 4358 pci_config_get32(config_handle, PCI_CONF_BASE4),
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 437 pci_config_get32(config_handle, PCI_CONF_BASE4)); in pcicfg_dump_device_config()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 468 pci_config_get32(config_handle, PCI_CONF_BASE4)); in pcicfg_dump_device_config()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 529 w32l = PCICFG_RD32(qlt, PCI_CONF_BASE4); in qlt_attach() 623 w32h = PCICFG_RD32(qlt, PCI_CONF_BASE4); in qlt_attach()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 16350 chs.chs_base4 = ql_pci_config_get32(ha, PCI_CONF_BASE4); in ql_save_config_regs() 16415 ql_pci_config_put32(ha, PCI_CONF_BASE4, chs_p->chs_base4); in ql_restore_config_regs()
|