OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pciiobase
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sandpoint/stand/altboot/
pciide.c
42
static uint32_t
pciiobase
= PCI_XIOBASE;
variable in typeref:typename:uint32_t
105
l->bar[0] =
pciiobase
+ (pcicfgread(tag, 0x10) &~ 01);
106
l->bar[1] =
pciiobase
+ (pcicfgread(tag, 0x14) &~ 01);
107
l->bar[2] =
pciiobase
+ (pcicfgread(tag, 0x18) &~ 01);
108
l->bar[3] =
pciiobase
+ (pcicfgread(tag, 0x1c) &~ 01);
109
l->bar[4] =
pciiobase
+ (pcicfgread(tag, 0x20) &~ 01);
119
l->bar[0]=
pciiobase
+ 0x1f0;
120
l->bar[1]=
pciiobase
+ 0x3f4;
121
l->bar[2]=
pciiobase
+ 0x170;
122
l->bar[3]=
pciiobase
+ 0x374
[
all
...]
siisata.c
46
static uint32_t
pciiobase
= PCI_XIOBASE;
variable in typeref:typename:uint32_t
78
l->bar[0] =
pciiobase
+ (pcicfgread(tag, 0x10) &~ 01);
79
l->bar[1] =
pciiobase
+ (pcicfgread(tag, 0x14) &~ 01);
80
l->bar[2] =
pciiobase
+ (pcicfgread(tag, 0x18) &~ 01);
81
l->bar[3] =
pciiobase
+ (pcicfgread(tag, 0x1c) &~ 01);
82
l->bar[4] =
pciiobase
+ (pcicfgread(tag, 0x20) &~ 01);
Completed in 12 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025