OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COM_REG_LSR
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/mips/alchemy/dev/
com_aubus.c
186
[
COM_REG_LSR
] = AUCOM_LSR,
/src/sys/arch/mips/cavium/dev/
octeon_uart.c
82
[
COM_REG_LSR
] = MIO_UART_LSR_OFFSET,
/src/sys/dev/ic/
comvar.h
98
#define
COM_REG_LSR
12
com.c
275
[
COM_REG_LSR
] = com_lsr,
1883
while (ISSET(CSR_READ_1(regsp,
COM_REG_LSR
), LSR_RXRDY)
2483
lsr = CSR_READ_1(regsp,
COM_REG_LSR
);
2517
lsr = CSR_READ_1(regsp,
COM_REG_LSR
);
2629
lsr = CSR_READ_1(regsp,
COM_REG_LSR
);
2733
if (!ISSET(stat = CSR_READ_1(regsp,
COM_REG_LSR
), LSR_RXRDY)) {
2756
&& ISSET(stat = CSR_READ_1(regsp,
COM_REG_LSR
), LSR_RXRDY)) {
2766
while (!ISSET(CSR_READ_1(regsp,
COM_REG_LSR
), LSR_TXRDY) && --timo)
/src/sys/arch/mips/ralink/
ralink_com.c
383
[
COM_REG_LSR
] = RA_UART_LSR,
/src/sys/arch/evbarm/gemini/
gemini_machdep.c
501
while ((com0addr[
COM_REG_LSR
* 4] & LSR_TXRDY) == 0)
507
while ((com0addr[
COM_REG_LSR
* 4] & LSR_TSRE) == 0)
Completed in 45 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026