OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modeldata
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/ofppc/ofppc/
machdep.c
78
struct model_data
modeldata
;
variable in typeref:struct:model_data
111
reclen = acells +
modeldata
.ranges_offset + scells;
195
memset(&
modeldata
, 0, sizeof(struct model_data));
198
modeldata
.pciiodata[j].start = 0x00008000;
199
modeldata
.pciiodata[j].limit = 0x0000ffff;
201
modeldata
.ranges_offset = 1;
204
modeldata
.ranges_offset = 0;
207
modeldata
.ranges_offset = 0;
213
modeldata
.pciiodata[j].start = 0x00fff000;
214
modeldata
.pciiodata[j].limit = 0x00ffffff
[
all
...]
/src/sys/arch/ofppc/pci/
ofwpci.c
65
extern struct model_data
modeldata
;
209
modeldata
.pciiodata[device_unit(self)].start,
210
(
modeldata
.pciiodata[device_unit(self)].limit -
211
modeldata
.pciiodata[device_unit(self)].start) + 1);
/src/sys/arch/powerpc/oea/
ofwoea_machdep.c
86
extern struct model_data
modeldata
;
460
if (
modeldata
.ranges_offset == 0)
Completed in 13 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025