OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uart_read
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/evbmips/rasoc/
console.c
58
uart_read
(const u_int offset)
function in typeref:typename:uint32_t
77
if ((
uart_read
(RA_UART_LSR) & UART_LSR_TDRQ) != 0)
87
if ((
uart_read
(RA_UART_LSR) & UART_LSR_TEMT) != 0)
96
while ((
uart_read
(RA_UART_LSR) & UART_LSR_DR) == 0)
98
return (char)(
uart_read
(RA_UART_RBR) & 0xff);
104
while ((
uart_read
(RA_UART_LSR) & UART_LSR_TEMT) == 0)
/src/sys/arch/mips/ralink/
ralink_com.c
236
uart_read
(const u_int offset)
function in typeref:typename:uint32_t
251
if ((
uart_read
(RA_UART_LSR) & LSR_RXRDY) == 0)
254
return
uart_read
(RA_UART_RBR) & 0xff;
262
while ((
uart_read
(RA_UART_LSR) & LSR_TXRDY) == 0 && --timo > 0)
269
while ((
uart_read
(RA_UART_LSR) & LSR_TSRE) == 0 && --timo > 0)
/src/sys/arch/mips/adm5120/dev/
uart.c
61
dev_type_read(
uart_read
);
71
.d_read =
uart_read
,
244
uart_read
(dev_t dev, struct uio *uio, int flag)
function in typeref:typename:int
/src/sys/arch/arm/marvell/
mvsoc.c
93
uart_read
(bus_size_t o)
function in typeref:typename:uint32_t
107
if ((
uart_read
(com_lsr) & LSR_RXRDY) == 0)
110
return
uart_read
(com_data) & 0xff;
118
while ((
uart_read
(com_lsr) & LSR_TXRDY) == 0 && --timo > 0)
124
while ((
uart_read
(com_lsr) & LSR_TSRE) == 0 && --timo > 0)
Completed in 15 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025