Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_config.h50 #define DB_PCONF_IO_CSR PCI_CONF_BASE1
61 #define DB_SCONF_IO_CSR PCI_CONF_BASE1
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_debug.c100 pci_config_get32(handle, PCI_CONF_BASE1)); in pci_dump()
/titanic_41/usr/src/uts/common/sys/
H A Dpci.h54 #define PCI_CONF_BASE1 0x14 /* base register 1, 4 bytes */ macro
/titanic_41/usr/src/uts/common/os/
H A Dsunpci.c520 chsp->chs_base1 = pci_config_get32(confhdl, PCI_CONF_BASE1);
874 pci_config_put32(confhdl, PCI_CONF_BASE1, chs_p->chs_base1);
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c227 pci_config_get32(handle, PCI_CONF_BASE1)); in ixgbe_pci_dump()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c419 pciconfig_bar(Adapter, PCI_CONF_BASE1, "PCI_CONF_BASE1"); in pciconfig_dump()
H A De1000g_main.c727 for (offset = PCI_CONF_BASE1; in e1000g_regs_map()
/titanic_41/usr/src/cmd/pcitool/
H A Dpcitool.c276 { PCI_CONF_BASE1, 4, "BAR1", "Base Address Register 1 (@14)" },
288 { PCI_CONF_BASE1, 4, "BAR1", "Base Address Register 1 (@14)" },
/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_tools.c58 PCI_CONF_BASE1,
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c91 PCI_CONF_BASE1,
H A Ddb21554.c1634 ph->bar1 = pci_config_get32(config_handle, hdr_off + PCI_CONF_BASE1); in db_pci_get_header()
/titanic_41/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c69 PCI_CONF_BASE1,
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c753 pci_config_get32(pwp->pci_acc_handle, PCI_CONF_BASE1)); in pmcs_dump_pcie_conf()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c667 pci_config_get32(qlge->pci_handle, PCI_CONF_BASE1); in ql_dump_pci_config()
/titanic_41/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c4362 pci_config_get32(config_handle, PCI_CONF_BASE1));
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c421 pci_config_get32(config_handle, PCI_CONF_BASE1)); in pcicfg_dump_common_config()
/titanic_41/usr/src/uts/sun4/io/
H A Dpcicfg.c450 pci_config_get32(config_handle, PCI_CONF_BASE1)); in pcicfg_dump_common_config()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c15223 chs.chs_base1 = ql_pci_config_get32(ha, PCI_CONF_BASE1); in ql_save_config_regs()
15288 ql_pci_config_put32(ha, PCI_CONF_BASE1, chs_p->chs_base1); in ql_restore_config_regs()
H A Dql_xioctl.c1377 chip.MemAddr = ql_pci_config_get32(ha, PCI_CONF_BASE1); in ql_qry_chip()