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_ICR
(Results
1 - 12
of
12
) sorted by relevance
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/
H
A
D
amba_pl011.h
55
#define
UART_ICR
0x44
macro
H
A
D
amba_pl011.c
190
UARTREG(UART_REG_BASE,
UART_ICR
) = 0x3ff;
in uart_init()
/device/qemu/arm_virt/liteos_a/board/amba_pl011/
H
A
D
amba_pl011.h
55
#define
UART_ICR
0x44
macro
H
A
D
amba_pl011.c
190
UARTREG(UART_REG_BASE,
UART_ICR
) = 0x3ff;
in uart_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/
H
A
D
serial_dw.h
34
#define
UART_ICR
0x44
macro
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H
A
D
8250.h
125
serial_out(up,
UART_ICR
, value);
in serial_icr_write()
135
value = serial_in(up,
UART_ICR
);
in serial_icr_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
serial_dw.h
85
#define
UART_ICR
0x44
macro
H
A
D
uart_drv.c
232
hi_u32 int_clear_status = hi_reg_read_val32(udd->phys_base +
UART_ICR
);
in uart_tx_interrupt_clear()
233
hi_reg_write32(udd->phys_base +
UART_ICR
, (unsigned short) (UART_TX_INT_BIT | int_clear_status));
in uart_tx_interrupt_clear()
/device/soc/hisilicon/common/platform/uart/
H
A
D
uart_pl011.h
48
#define
UART_ICR
0x44
macro
H
A
D
uart_hi35xx.c
49
{"
UART_ICR
", PLATFORM_DUMPER_REGISTERL, (void *)(port->physBase +
UART_ICR
)},
in UartDumperDump()
/device/qemu/drivers/uart/
H
A
D
uart_pl011.h
48
#define
UART_ICR
0x44
macro
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
serial_reg.h
255
#define
UART_ICR
0x05 /* Index Control Register */
macro
Completed in 8 milliseconds