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_FR
(Results
1 - 14
of
14
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_printf.c
31
while ((hi_reg_read_val16(g_at_uart_baseaddr +
UART_FR
) & UARTFR_TXFF_MASK) != 0) {}
in serial_putc_at()
84
while ((hi_reg_read_val16(g_at_uart_baseaddr +
UART_FR
) & UARTFR_TXFF_MASK) != 0) {}
in serial_putc_crashinfo()
90
while ((hi_reg_read_val16(g_sysinfo_uart_baseaddr +
UART_FR
) & UARTFR_TXFF_MASK) != 0) {}
in serial_putc_crashinfo()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
hi_uart.c
36
#define
UART_FR
0x18
macro
47
#ifndef
UART_FR
48
#define
UART_FR
0x18
macro
115
hi_reg_read32(udd->phys_base +
UART_FR
, val);
in hi_uart_is_busy()
134
hi_reg_read32(udd->phys_base +
UART_FR
, val);
in hi_uart_is_buf_empty()
472
while ((hi_reg_read_val16(phys_base +
UART_FR
) & 0x08) == 0x08) { }
in hi_uart_lp_restore()
H
A
D
uart_drv.c
394
hi_u32 usr = hi_reg_read_val32(udd->phys_base +
UART_FR
);
in uart_dma_recv_irq()
444
hi_u32 usr = hi_reg_read_val32(udd->phys_base +
UART_FR
);
in uart_nodma_recv_irq()
647
while ((hi_reg_read_val32(udd->phys_base +
UART_FR
) & UARTFR_TXFF_MASK) != 0) { }
in uart_drv_dma_start_tx_cfg()
668
while ((hi_reg_read_val32(udd->phys_base +
UART_FR
) & UARTFR_TXFF_MASK) != 0) { }
in uart_drv_dma_start_tx()
707
while ((hi_reg_read_val32(udd->phys_base +
UART_FR
) & UARTFR_TXFF_MASK) != 0) { }
in uart_drv_irq_start_tx()
740
while ((hi_reg_read_val32(udd->phys_base +
UART_FR
) & UARTFR_TXFF_MASK) != 0) { }
H
A
D
serial_dw.h
75
#define
UART_FR
0x18
macro
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/
H
A
D
amba_pl011.h
45
#define
UART_FR
0x18 /* flag register */
macro
H
A
D
amba_pl011.c
53
while (UARTREG(base,
UART_FR
) & UART_FR_TXFF) {}
in UartPutcReg()
/device/qemu/arm_virt/liteos_a/board/amba_pl011/
H
A
D
amba_pl011.h
45
#define
UART_FR
0x18 /* flag register */
macro
H
A
D
amba_pl011.c
53
while (UARTREG(base,
UART_FR
) & UART_FR_TXFF) {}
in UartPutcReg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/
H
A
D
serial_dw.h
24
#define
UART_FR
0x18
macro
/device/soc/hisilicon/common/platform/uart/
H
A
D
uart_pl011.h
38
#define
UART_FR
0x18 /* flag register */
macro
H
A
D
uart_pl011.c
48
fr = OSAL_READB(port->physBase +
UART_FR
);
in Pl011Irq()
336
fr = OSAL_READB(port->physBase +
UART_FR
);
in Pl011Config()
H
A
D
uart_hi35xx.c
40
{"
UART_FR
", PLATFORM_DUMPER_REGISTERL, (void *)(port->physBase +
UART_FR
)},
in UartDumperDump()
/device/qemu/drivers/uart/
H
A
D
uart_pl011.h
38
#define
UART_FR
0x18 /* flag register */
macro
H
A
D
uart_pl011.c
49
fr = OSAL_READB(port->physBase +
UART_FR
);
in Pl011Irq()
337
fr = OSAL_READB(port->physBase +
UART_FR
);
in Pl011Config()
Completed in 9 milliseconds