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:fr
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/common/platform/uart/
H
A
D
uart_pl011.c
33
uint32_t
fr
;
in Pl011Irq()
local
48
fr
= OSAL_READB(port->physBase + UART_FR);
in Pl011Irq()
49
if (
fr
& UART_FR_RXFE) {
in Pl011Irq()
322
uint32_t
fr
;
in Pl011Config()
local
336
fr
= OSAL_READB(port->physBase + UART_FR);
in Pl011Config()
337
if (!(
fr
& UART_FR_BUSY)) {
in Pl011Config()
/device/qemu/drivers/uart/
H
A
D
uart_pl011.c
34
uint32_t
fr
;
in Pl011Irq()
local
49
fr
= OSAL_READB(port->physBase + UART_FR);
in Pl011Irq()
50
if (
fr
& UART_FR_RXFE) {
in Pl011Irq()
323
uint32_t
fr
;
in Pl011Config()
local
337
fr
= OSAL_READB(port->physBase + UART_FR);
in Pl011Config()
338
if (!(
fr
& UART_FR_BUSY)) {
in Pl011Config()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/
H
A
D
Makefile
65
@rm $(REL_KO)/extdrv -
fr
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/
H
A
D
Makefile
114
@rm -
fr
$(OBJ_DIR) $(LIB_A) $(LIB_S)
120
@rm -
fr
$(MPI_OBJS) $(LIB_A) $(LIB_S)
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/
H
A
D
Makefile
17
$(shell rm -
fr
$(CURR_PATH)/include)
18
$(shell cp -
fr
$(ORIG_PATH)/include $(CURR_PATH)/include)
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
9391
int i,
fr
= cur->curframe;
in states_maybe_looping()
local
9393
if (old->curframe !=
fr
) {
in states_maybe_looping()
9397
fold = old->frame[
fr
];
in states_maybe_looping()
9398
fcur = cur->frame[
fr
];
in states_maybe_looping()
Completed in 17 milliseconds