OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ohci
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/ralink/
ralink_ohci.c
55
struct ohci_softc
sc_ohci
;
member in struct:ralink_ohci_softc
95
sc->
sc_ohci
.sc_dev = self;
96
sc->
sc_ohci
.sc_bus.ub_hcpriv = sc;
97
sc->
sc_ohci
.iot = ma->ma_memt;
98
sc->
sc_ohci
.sc_bus.ub_dmatag = ma->ma_dmat;
101
if ((error = bus_space_map(sc->
sc_ohci
.iot, RA_USB_OHCI_BASE,
102
RA_USB_BLOCK_SIZE, 0, &sc->
sc_ohci
.ioh)) != 0) {
108
sc->
sc_ohci
.sc_size = RA_USB_BLOCK_SIZE;
115
OREAD4(&sc->
sc_ohci
, OHCI_REVISION));
117
OREAD4(&sc->
sc_ohci
, OHCI_CONTROL))
[
all
...]
ralink_ohci.c
55
struct ohci_softc
sc_ohci
;
member in struct:ralink_ohci_softc
95
sc->
sc_ohci
.sc_dev = self;
96
sc->
sc_ohci
.sc_bus.ub_hcpriv = sc;
97
sc->
sc_ohci
.iot = ma->ma_memt;
98
sc->
sc_ohci
.sc_bus.ub_dmatag = ma->ma_dmat;
101
if ((error = bus_space_map(sc->
sc_ohci
.iot, RA_USB_OHCI_BASE,
102
RA_USB_BLOCK_SIZE, 0, &sc->
sc_ohci
.ioh)) != 0) {
108
sc->
sc_ohci
.sc_size = RA_USB_BLOCK_SIZE;
115
OREAD4(&sc->
sc_ohci
, OHCI_REVISION));
117
OREAD4(&sc->
sc_ohci
, OHCI_CONTROL))
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Oct 12 02:09:55 GMT 2025