OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMX_USR2_RDR
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/imx/
imxuartreg.h
187
#define
IMX_USR2_RDR
__BIT(0)
354
#define IMXUART_RXINTR_USR2 (IMX_USR2_IDLE|
IMX_USR2_RDR
)
imxuart.c
1351
while (ISSET(bus_space_read_4(iot, ioh, IMX_USR2),
IMX_USR2_RDR
)
1734
if (usr2 &
IMX_USR2_RDR
)
1783
} while (usr2 & (
IMX_USR2_RDR
|IMX_USR2_BRCD));
1844
if (!(usr2 &
IMX_USR2_RDR
))
2124
while (!((usr2 = bus_space_read_4(iot, ioh, IMX_USR2)) &
IMX_USR2_RDR
))
2148
((usr2 = bus_space_read_4(iot, ioh, IMX_USR2)) &
IMX_USR2_RDR
)) {
Completed in 12 milliseconds
Indexes created Sat Oct 11 13:09:53 GMT 2025