OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ixpcom_cr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/ixp12x0/
ixp12x0_com.c
124
uint32_t
ixpcom_cr
= 0; /* tell cr to *_intr.c */
variable in typeref:typename:uint32_t
222
ixpcom_cr
= IXPCOMSPEED2BRD(DEFAULT_COMSPEED)
297
ixpcom_cr
= (
ixpcom_cr
& ~CFLAGS2CR_MASK) | cr;
423
SET(
ixpcom_cr
, CR_BRK);
425
CLR(
ixpcom_cr
, CR_BRK);
805
ixpcom_cr
&= ~(CR_RIE | CR_XIE);
806
ixpcom_cr
|= sc->sc_rie | sc->sc_xie;
807
bus_space_write_4(sc->sc_iot, sc->sc_ioh,
IXPCOM_CR
,
808
ixpcom_cr
& ~ixpcom_imask)
[
all
...]
ixp12x0_com.c
124
uint32_t
ixpcom_cr
= 0; /* tell cr to *_intr.c */
variable in typeref:typename:uint32_t
222
ixpcom_cr
= IXPCOMSPEED2BRD(DEFAULT_COMSPEED)
297
ixpcom_cr
= (
ixpcom_cr
& ~CFLAGS2CR_MASK) | cr;
423
SET(
ixpcom_cr
, CR_BRK);
425
CLR(
ixpcom_cr
, CR_BRK);
805
ixpcom_cr
&= ~(CR_RIE | CR_XIE);
806
ixpcom_cr
|= sc->sc_rie | sc->sc_xie;
807
bus_space_write_4(sc->sc_iot, sc->sc_ioh,
IXPCOM_CR
,
808
ixpcom_cr
& ~ixpcom_imask)
[
all
...]
Completed in 26 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025