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_GET_STATUS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
apbuart.c
58
if (
UART_GET_STATUS
(port) & UART_STATUS_THE)
in apbuart_start_tx()
76
status =
UART_GET_STATUS
(port);
in apbuart_rx_chars()
85
rsr =
UART_GET_STATUS
(port) | UART_DUMMY_RSR_RX;
in apbuart_rx_chars()
117
status =
UART_GET_STATUS
(port);
in apbuart_rx_chars()
166
status =
UART_GET_STATUS
(port);
in apbuart_int()
179
unsigned int status =
UART_GET_STATUS
(port);
in apbuart_tx_empty()
366
while (!UART_TX_READY(
UART_GET_STATUS
(port)))
in apbuart_scan_fifo_size()
385
status =
UART_GET_STATUS
(port);
in apbuart_scan_fifo_size()
389
status =
UART_GET_STATUS
(port);
in apbuart_scan_fifo_size()
422
status =
UART_GET_STATUS
(por
in apbuart_console_putchar()
[all...]
H
A
D
arc_uart.c
83
#define
UART_GET_STATUS
(uart) UART_REG_GET(uart, R_STS)
macro
129
while (!(
UART_GET_STATUS
(port) & TXEMPTY))
in arc_serial_stop_tx()
142
stat =
UART_GET_STATUS
(port);
in arc_serial_tx_empty()
171
while (!(
UART_GET_STATUS
(port) & TXEMPTY))
in arc_serial_tx_chars()
242
} while (!((status =
UART_GET_STATUS
(port)) & RXEMPTY));
in arc_serial_rx_chars()
278
status =
UART_GET_STATUS
(port);
in arc_serial_isr()
442
while (!(
UART_GET_STATUS
(port) & TXEMPTY))
in arc_serial_poll_putchar()
452
while (!(
UART_GET_STATUS
(port) & RXEMPTY))
in arc_serial_poll_getchar()
515
while (!(
UART_GET_STATUS
(port) & TXEMPTY))
in arc_serial_console_putchar()
H
A
D
apbuart.h
55
#define
UART_GET_STATUS
(port) (__raw_readl(APBBASE_STATUS_P(port)))
macro
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
apbuart.c
55
if (
UART_GET_STATUS
(port) & UART_STATUS_THE)
in apbuart_start_tx()
74
status =
UART_GET_STATUS
(port);
in apbuart_rx_chars()
83
rsr =
UART_GET_STATUS
(port) | UART_DUMMY_RSR_RX;
in apbuart_rx_chars()
115
status =
UART_GET_STATUS
(port);
in apbuart_rx_chars()
138
status =
UART_GET_STATUS
(port);
in apbuart_int()
151
unsigned int status =
UART_GET_STATUS
(port);
in apbuart_tx_empty()
338
while (!UART_TX_READY(
UART_GET_STATUS
(port)))
in apbuart_scan_fifo_size()
357
status =
UART_GET_STATUS
(port);
in apbuart_scan_fifo_size()
361
status =
UART_GET_STATUS
(port);
in apbuart_scan_fifo_size()
394
status =
UART_GET_STATUS
(por
in apbuart_console_putchar()
[all...]
H
A
D
arc_uart.c
83
#define
UART_GET_STATUS
(uart) UART_REG_GET(uart, R_STS)
macro
129
while (!(
UART_GET_STATUS
(port) & TXEMPTY))
in arc_serial_stop_tx()
142
stat =
UART_GET_STATUS
(port);
in arc_serial_tx_empty()
170
while (!(
UART_GET_STATUS
(port) & TXEMPTY))
in arc_serial_tx_chars()
236
} while (!((status =
UART_GET_STATUS
(port)) & RXEMPTY));
in arc_serial_rx_chars()
272
status =
UART_GET_STATUS
(port);
in arc_serial_isr()
436
while (!(
UART_GET_STATUS
(port) & TXEMPTY))
in arc_serial_poll_putchar()
446
while (!(
UART_GET_STATUS
(port) & RXEMPTY))
in arc_serial_poll_getchar()
509
while (!(
UART_GET_STATUS
(port) & TXEMPTY))
in arc_serial_console_putchar()
H
A
D
apbuart.h
55
#define
UART_GET_STATUS
(port) (__raw_readl(APBBASE_STATUS_P(port)))
macro
Completed in 5 milliseconds