OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pci_ioh
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/ibm4xx/pci/
pci_machdep.c
84
static bus_space_handle_t
pci_ioh
;
variable
90
if (
pci_ioh
== 0 &&
92
bus_space_map(&pci_iot, IBM405GP_PCIC0_BASE, 8, 0, &
pci_ioh
)))
146
bus_space_write_4(&pci_iot,
pci_ioh
, PCIC_CFGADDR, tag | reg);
147
data = bus_space_read_4(&pci_iot,
pci_ioh
, PCIC_CFGDATA);
149
bus_space_write_4(&pci_iot,
pci_ioh
, PCIC_CFGADDR, 0);
160
bus_space_write_4(&pci_iot,
pci_ioh
, PCIC_CFGADDR, tag | reg);
161
bus_space_write_4(&pci_iot,
pci_ioh
, PCIC_CFGDATA, data);
163
bus_space_write_4(&pci_iot,
pci_ioh
, PCIC_CFGADDR, 0);
pci_machdep.c
84
static bus_space_handle_t
pci_ioh
;
variable
90
if (
pci_ioh
== 0 &&
92
bus_space_map(&pci_iot, IBM405GP_PCIC0_BASE, 8, 0, &
pci_ioh
)))
146
bus_space_write_4(&pci_iot,
pci_ioh
, PCIC_CFGADDR, tag | reg);
147
data = bus_space_read_4(&pci_iot,
pci_ioh
, PCIC_CFGDATA);
149
bus_space_write_4(&pci_iot,
pci_ioh
, PCIC_CFGADDR, 0);
160
bus_space_write_4(&pci_iot,
pci_ioh
, PCIC_CFGADDR, tag | reg);
161
bus_space_write_4(&pci_iot,
pci_ioh
, PCIC_CFGDATA, data);
163
bus_space_write_4(&pci_iot,
pci_ioh
, PCIC_CFGADDR, 0);
Completed in 94 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026