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:readb
(Results
1 - 13
of
13
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/hardware/
H
A
D
osal_io_adapter.h
32
#define
readb
(address) GET_UINT8(address)
macro
/device/soc/rockchip/common/sdk_linux/drivers/nvmem/
H
A
D
rockchip-otp.c
174
*buf++ =
readb
(otp->base + OTPC_USER_Q);
in rockchip_otp_read()
H
A
D
rockchip-efuse.c
220
*buf++ =
readb
(efuse->base + REG_EFUSE_DOUT);
in rockchip_rk3128_efuse_read()
255
*buf++ =
readb
(efuse->base + REG_EFUSE_DOUT);
in rockchip_rk3288_efuse_read()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H
A
D
r8168_dash.h
245
#define RTL_CMAC_R8(tp, reg)
readb
(tp->cmac_ioaddr + (reg))
H
A
D
rtltool.c
63
my_cmd.data =
readb
(tp->mmio_addr+my_cmd.offset);
in rtl8168_tool_ioctl()
H
A
D
r8168.h
450
#define RTL_R8(tp, reg)
readb
(tp->mmio_addr + (reg))
H
A
D
r8168_n.c
1105
byte_rd =
readb
(ioaddr + n);
in proc_get_registers()
1532
byte_rd =
readb
(ioaddr + n);
in proc_get_registers()
5668
*data++ =
readb
(ioaddr + i);
in rtl8168_get_regs()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H
A
D
8250_dw.c
140
lsr =
readb
(p->membase + (UART_LSR << p->regshift));
in dw8250_tx_wait_empty()
185
unsigned int value =
readb
(p->membase + (offset << p->regshift));
in dw8250_serial_in()
H
A
D
8250_port.c
435
return
readb
(p->membase + offset);
in mem_serial_in()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
linux_osl.h
366
readb
((volatile uint8*)(r)); break; \
385
readb
((volatile uint8*)(r)); break; \
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
linux_osl.c
1322
*(volatile uint8*)v =
readb
((volatile uint8*)(addr));
in osl_pcie_rreg()
1348
*(volatile uint8*)v =
readb
((volatile uint8*)(addr));
in osl_bpt_rreg()
/device/soc/rockchip/common/vendor/drivers/pci/
H
A
D
pcie-dw-rockchip.c
169
*val =
readb
(addr);
in rk_pcie_read()
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/
H
A
D
pcie-dw-rockchip.c
183
*val =
readb
(addr);
in rk_pcie_read()
Completed in 53 milliseconds