OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCI_BRIDGE_CONTROL_REG
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/evbarm/iq80310/
iq80310_machdep.c
356
I80312_PMMR_BASE + I80312_PPB_BASE,
PCI_BRIDGE_CONTROL_REG
);
358
I80312_PMMR_BASE + I80312_PPB_BASE,
PCI_BRIDGE_CONTROL_REG
,
362
I80312_PMMR_BASE + I80312_PPB_BASE,
PCI_BRIDGE_CONTROL_REG
,
/src/sys/dev/pci/
pccbb.c
489
reg = pci_conf_read(pc, pa->pa_tag,
PCI_BRIDGE_CONTROL_REG
);
491
pci_conf_write(pc, pa->pa_tag,
PCI_BRIDGE_CONTROL_REG
, reg);
763
bcr = pci_conf_read(pc, tag,
PCI_BRIDGE_CONTROL_REG
);
774
pci_conf_write(pc, tag,
PCI_BRIDGE_CONTROL_REG
, bcr);
1442
PCI_BRIDGE_CONTROL_REG
);
1447
pci_conf_write(sc->sc_pc, sc->sc_tag,
PCI_BRIDGE_CONTROL_REG
, bcr);
1454
pci_conf_write(sc->sc_pc, sc->sc_tag,
PCI_BRIDGE_CONTROL_REG
,
1677
bcr = pci_conf_read(sc->sc_pc, sc->sc_tag,
PCI_BRIDGE_CONTROL_REG
);
1679
pci_conf_write(sc->sc_pc, sc->sc_tag,
PCI_BRIDGE_CONTROL_REG
, bcr);
1795
PCI_BRIDGE_CONTROL_REG
);
[
all
...]
pciconf.c
1240
cmd = pci_conf_read(pd->pc, pd->tag,
PCI_BRIDGE_CONTROL_REG
);
1246
pci_conf_write(pd->pc, pd->tag,
PCI_BRIDGE_CONTROL_REG
, cmd);
pcireg.h
1420
#define
PCI_BRIDGE_CONTROL_REG
0x3c /* Upper 16 bit */
pci_subr.c
4978
rval = regs[o2i(
PCI_BRIDGE_CONTROL_REG
)];
5090
rval = (regs[o2i(
PCI_BRIDGE_CONTROL_REG
)] >> 16) & 0xffff;
/src/sys/arch/x86/pci/
pci_ranges.c
175
.r_ofs =
PCI_BRIDGE_CONTROL_REG
325
pci_conf_read(pc, tag,
PCI_BRIDGE_CONTROL_REG
));
444
.r_ofs =
PCI_BRIDGE_CONTROL_REG
645
pci_conf_read(pc, tag,
PCI_BRIDGE_CONTROL_REG
));
649
bcr = pci_conf_read(pc, tag,
PCI_BRIDGE_CONTROL_REG
);
/src/sys/dev/cardbus/
rbus_ppb.c
634
busdata = Cardbus_conf_read(ct, ca->ca_tag,
PCI_BRIDGE_CONTROL_REG
);
635
Cardbus_conf_write(ct, ca->ca_tag,
PCI_BRIDGE_CONTROL_REG
,
638
Cardbus_conf_write(ct, ca->ca_tag,
PCI_BRIDGE_CONTROL_REG
,
/src/sys/arch/sparc/sparc/
pci_fixup.c
320
pci_conf_write(NULL, starttag,
PCI_BRIDGE_CONTROL_REG
, 0);
Completed in 25 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025