OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_cr3
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/sa11x0/
sa11x0_comvar.h
79
u_int sc_cr0,
sc_cr3
;
member in struct:sacom_softc
sa11x0_com.c
406
sc->
sc_cr3
= 0;
407
bus_space_write_4(iot, ioh, SACOM_CR3, sc->
sc_cr3
);
425
sc->
sc_cr3
= CR3_RXE | CR3_TXE;
426
bus_space_write_4(iot, ioh, SACOM_CR3, sc->
sc_cr3
);
474
sc->
sc_cr3
= 0;
475
bus_space_write_4(sc->sc_iot, sc->sc_ioh, SACOM_CR3, sc->
sc_cr3
);
536
sc->
sc_cr3
= CR3_RXE | CR3_TXE | CR3_RIE | CR3_TIE;
538
sc->
sc_cr3
);
796
SET(sc->
sc_cr3
, CR3_BRK);
798
CLR(sc->
sc_cr3
, CR3_BRK)
[
all
...]
Completed in 139 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025