Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UART_LSR_THRE
(Results
1 - 6
of
6
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/
H
A
D
uart.h
50
#define
UART_LSR_THRE
0x20 /* Transmit-hold-register empty */
macro
H
A
D
uart.c
32
while ((ReadUartReg(UART_LSR_OFFSET) &
UART_LSR_THRE
) == 0) {
in UartPutc()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
serial_reg.h
137
#define
UART_LSR_THRE
0x20 /* Transmit-hold-register empty */
macro
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H
A
D
8250_port.c
51
#define BOTH_EMPTY (UART_LSR_TEMT |
UART_LSR_THRE
)
1613
if (lsr &
UART_LSR_THRE
) {
in __start_tx()
1901
if ((up->capabilities & UART_CAP_MINI) && !(serial_in(up, UART_LSR) &
UART_LSR_THRE
)) {
in serial8250_tx_chars()
2026
if ((!up->dma || (up->dma && up->dma->tx_err)) && (status &
UART_LSR_THRE
)) {
in serial8250_handle_irq()
2415
wait_for_xmitr(up,
UART_LSR_THRE
);
in serial8250_do_startup()
2911
port->read_status_mask = UART_LSR_OE |
UART_LSR_THRE
| UART_LSR_DR;
in serial8250_do_set_termios()
3482
wait_for_xmitr(up,
UART_LSR_THRE
);
in serial8250_console_putchar()
H
A
D
8250_core.c
303
(!uart_circ_empty(&up->port.state->xmit) || up->port.x_char) && (lsr &
UART_LSR_THRE
)) {
in serial8250_backup_timeout()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
sbchipc.h
1483
#define
UART_LSR_THRE
0x20 /**< Transmit-hold-register empty */
macro
Completed in 21 milliseconds