OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_bar_mappings
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
puc.c
85
}
sc_bar_mappings
[6]; /* XXX constant */
member in struct:puc_softc
186
sc->
sc_bar_mappings
[i].mapped = 0;
196
sc->
sc_bar_mappings
[i].t = pa->pa_iot;
197
sc->
sc_bar_mappings
[i].a = PCI_MAPREG_IO_ADDR(bar);
198
sc->
sc_bar_mappings
[i].s = PCI_MAPREG_IO_SIZE(bar);
200
sc->
sc_bar_mappings
[i].t = pa->pa_memt;
201
sc->
sc_bar_mappings
[i].a = PCI_MAPREG_MEM_ADDR(bar);
202
sc->
sc_bar_mappings
[i].s = PCI_MAPREG_MEM_SIZE(bar);
205
sc->
sc_bar_mappings
[i].mapped = (pci_mapreg_map(pa,
207
&sc->
sc_bar_mappings
[i].t, &sc->sc_bar_mappings[i].h
[
all
...]
puc.c
85
}
sc_bar_mappings
[6]; /* XXX constant */
member in struct:puc_softc
186
sc->
sc_bar_mappings
[i].mapped = 0;
196
sc->
sc_bar_mappings
[i].t = pa->pa_iot;
197
sc->
sc_bar_mappings
[i].a = PCI_MAPREG_IO_ADDR(bar);
198
sc->
sc_bar_mappings
[i].s = PCI_MAPREG_IO_SIZE(bar);
200
sc->
sc_bar_mappings
[i].t = pa->pa_memt;
201
sc->
sc_bar_mappings
[i].a = PCI_MAPREG_MEM_ADDR(bar);
202
sc->
sc_bar_mappings
[i].s = PCI_MAPREG_MEM_SIZE(bar);
205
sc->
sc_bar_mappings
[i].mapped = (pci_mapreg_map(pa,
207
&sc->
sc_bar_mappings
[i].t, &sc->sc_bar_mappings[i].h
[
all
...]
puc.c
85
}
sc_bar_mappings
[6]; /* XXX constant */
member in struct:puc_softc
186
sc->
sc_bar_mappings
[i].mapped = 0;
196
sc->
sc_bar_mappings
[i].t = pa->pa_iot;
197
sc->
sc_bar_mappings
[i].a = PCI_MAPREG_IO_ADDR(bar);
198
sc->
sc_bar_mappings
[i].s = PCI_MAPREG_IO_SIZE(bar);
200
sc->
sc_bar_mappings
[i].t = pa->pa_memt;
201
sc->
sc_bar_mappings
[i].a = PCI_MAPREG_MEM_ADDR(bar);
202
sc->
sc_bar_mappings
[i].s = PCI_MAPREG_MEM_SIZE(bar);
205
sc->
sc_bar_mappings
[i].mapped = (pci_mapreg_map(pa,
207
&sc->
sc_bar_mappings
[i].t, &sc->sc_bar_mappings[i].h
[
all
...]
Completed in 208 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025