Symbol: PCI_CONF_BASE0
usr/src/cmd/pcieadm/pcieadm_bar.c
340
if (!ops->pop_cfg(PCI_CONF_BASE0 + i * 4, sizeof (uint32_t),
usr/src/cmd/pcieadm/pcieadm_bar.c
343
"device at offset 0x%x", PCI_CONF_BASE0 + i * 4);
usr/src/cmd/pcieadm/pcieadm_bar.c
417
uint32_t targ = PCI_CONF_BASE0 + arg.pblo_idx *
usr/src/cmd/pcitool/pcitool.c
275
{ PCI_CONF_BASE0, 4, "BAR0", "Base Address Register 0 (@10)" },
usr/src/cmd/pcitool/pcitool.c
287
{ PCI_CONF_BASE0, 4, "BAR0", "Base Address Register 0 (@10)" },
usr/src/uts/common/io/aac/aac.c
2203
pci_config_get32(pci_config_handle, PCI_CONF_BASE0);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2712
PCI_CONF_BASE0, 0xffffffff);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2715
PCI_CONF_BASE0);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2733
PCI_CONF_BASE0) != PCICFG_SUCCESS) {
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2739
PCI_CONF_BASE0, request,
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2838
PCI_CONF_BASE0) != PCICFG_SUCCESS) {
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2950
i = PCI_CONF_BASE0;
usr/src/uts/common/io/cardbus/cardbus_cfg.c
4350
pci_config_get32(config_handle, PCI_CONF_BASE0),
usr/src/uts/common/io/e1000g/e1000g_debug.c
418
pciconfig_bar(Adapter, PCI_CONF_BASE0, "PCI_CONF_BASE0");
usr/src/uts/common/io/e1000g/e1000g_main.c
1217
ASSERT((bar_offset >= PCI_CONF_BASE0) &&
usr/src/uts/common/io/ena/ena.c
696
bar_offset = PCI_CONF_BASE0 + sizeof (uint32_t) * bar;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1047
size = ql_pci_config_get32(ha, PCI_CONF_BASE0) & BIT_0 ?
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16346
chs.chs_base0 = ql_pci_config_get32(ha, PCI_CONF_BASE0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16411
ql_pci_config_put32(ha, PCI_CONF_BASE0, chs_p->chs_base0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1455
chip.IoAddr = ql_pci_config_get32(ha, PCI_CONF_BASE0);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
664
pci_config_get32(qlge->pci_handle, PCI_CONF_BASE0);
usr/src/uts/common/io/igb/igb_debug.c
99
pci_config_get32(handle, PCI_CONF_BASE0));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
224
pci_config_get32(handle, PCI_CONF_BASE0));
usr/src/uts/common/io/mega_sas/megaraid_sas.c
460
instance->pci_handle, PCI_CONF_BASE0);
usr/src/uts/common/io/mr_sas/mr_sas.c
617
instance->pci_handle, PCI_CONF_BASE0);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_fwlog.c
751
pci_config_get32(pwp->pci_acc_handle, PCI_CONF_BASE0));
usr/src/uts/common/io/scsi/adapters/pvscsi/pvscsi.c
843
for (offset = PCI_CONF_BASE0; offset <= PCI_CONF_BASE5; offset += 4) {
usr/src/uts/common/io/virtio/virtio_main.c
2080
bar_offset = PCI_CONF_BASE0 + sizeof (uint32_t) * bar;
usr/src/uts/common/os/sunpci.c
421
chsp->chs_base0 = pci_config_get32(confhdl, PCI_CONF_BASE0);
usr/src/uts/common/os/sunpci.c
775
pci_config_put32(confhdl, PCI_CONF_BASE0, chs_p->chs_base0);
usr/src/uts/i86pc/io/pci/pci_tools.c
1062
uint32_t targ = PCI_CONF_BASE0 + ((cb->pbwc_reg->barnum - 1) *
usr/src/uts/i86pc/io/pci/pci_tools.c
930
cfg->offset = PCI_CONF_BASE0 + i * 4;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1916
offset = PCI_CONF_BASE0;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
2073
offset = PCI_CONF_BASE0;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3593
i = PCI_CONF_BASE0;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3675
i = PCI_CONF_BASE0;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
419
pci_config_get32(config_handle, PCI_CONF_BASE0));
usr/src/uts/intel/io/pci/pci_boot.c
2932
end = PCI_CONF_BASE0 + max_basereg * sizeof (uint_t);
usr/src/uts/intel/io/pci/pci_boot.c
2933
for (bar = 0, offset = PCI_CONF_BASE0; offset < end;
usr/src/uts/intel/io/pci/pci_boot.c
3542
lobase = (*pci_getl_func)(bus, dev, fn, PCI_CONF_BASE0);
usr/src/uts/intel/io/pci/pci_boot.c
3549
hibase = (*pci_getl_func)(bus, dev, fn, PCI_CONF_BASE0 + 4);
usr/src/uts/intel/io/vmm/io/ppt.c
158
#define BAR_TO_IDX(bar) (((bar) - PCI_CONF_BASE0) / PCI_BAR_SZ_32)
usr/src/uts/intel/io/vmm/io/ppt.c
160
(b) >= PCI_CONF_BASE0 && \
usr/src/uts/sun4/io/pcicfg.c
1977
offset = PCI_CONF_BASE0;
usr/src/uts/sun4/io/pcicfg.c
4206
i = PCI_CONF_BASE0;
usr/src/uts/sun4/io/pcicfg.c
450
pci_config_get32(config_handle, PCI_CONF_BASE0));
usr/src/uts/sun4/io/pcicfg.c
4794
i = PCI_CONF_BASE0;
usr/src/uts/sun4/io/pcicfg.c
6024
for (i = PCI_CONF_BASE0; i <= PCI_CONF_BASE5; ) {
usr/src/uts/sun4/io/px/px_tools.c
57
PCI_CONF_BASE0,
usr/src/uts/sun4u/io/pci/db21554.c
1021
if ((offset == PCI_CONF_BASE0) &&
usr/src/uts/sun4u/io/pci/db21554.c
1035
(off_t)(p_offset + PCI_CONF_BASE0)));
usr/src/uts/sun4u/io/pci/db21554.c
1040
(off_t)(p_offset + PCI_CONF_BASE0)));
usr/src/uts/sun4u/io/pci/db21554.c
1633
ph->bar0 = pci_config_get32(config_handle, hdr_off + PCI_CONF_BASE0);
usr/src/uts/sun4u/io/pci/pci_tools.c
90
PCI_CONF_BASE0,
usr/src/uts/sun4u/sys/pci/db21554_config.h
49
#define DB_PCONF_MEM_CSR PCI_CONF_BASE0
usr/src/uts/sun4u/sys/pci/db21554_config.h
60
#define DB_SCONF_MEM_CSR PCI_CONF_BASE0