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:rxw
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-hisi-kunpeng.c
229
u32
rxw
;
in hisi_spi_reader()
local
232
rxw
= readl(hs->regs + HISI_SPI_DOUT);
in hisi_spi_reader()
237
*(u8 *)(hs->rx) =
rxw
;
in hisi_spi_reader()
240
*(u16 *)(hs->rx) =
rxw
;
in hisi_spi_reader()
243
*(u32 *)(hs->rx) =
rxw
;
in hisi_spi_reader()
H
A
D
spi-dw-core.c
157
u32
rxw
;
in dw_reader()
local
160
rxw
= dw_read_io_reg(dws, DW_SPI_DR);
in dw_reader()
163
*(u8 *)(dws->rx) =
rxw
;
in dw_reader()
165
*(u16 *)(dws->rx) =
rxw
;
in dw_reader()
167
*(u32 *)(dws->rx) =
rxw
;
in dw_reader()
H
A
D
spi-rockchip.c
336
u32
rxw
= readl_relaxed(rs->regs + ROCKCHIP_SPI_RXDR);
in rockchip_spi_pio_reader()
local
342
*(u8 *)rs->rx = (u8)
rxw
;
in rockchip_spi_pio_reader()
344
*(u16 *)rs->rx = (u16)
rxw
;
in rockchip_spi_pio_reader()
644
u32
rxw
= readl_relaxed(rs->regs + ROCKCHIP_SPI_RXDR);
in rockchip_spi_target_abort()
local
647
*(u8 *)rs->rx = (u8)
rxw
;
in rockchip_spi_target_abort()
649
*(u16 *)rs->rx = (u16)
rxw
;
in rockchip_spi_target_abort()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-dw-core.c
159
u16
rxw
;
in dw_reader()
local
162
rxw
= dw_read_io_reg(dws, DW_SPI_DR);
in dw_reader()
165
*(u8 *)(dws->rx) =
rxw
;
in dw_reader()
167
*(u16 *)(dws->rx) =
rxw
;
in dw_reader()
H
A
D
spi-rockchip.c
312
u32
rxw
= readl_relaxed(rs->regs + ROCKCHIP_SPI_RXDR);
in rockchip_spi_pio_reader()
local
318
*(u8 *)rs->rx = (u8)
rxw
;
in rockchip_spi_pio_reader()
320
*(u16 *)rs->rx = (u16)
rxw
;
in rockchip_spi_pio_reader()
Completed in 7 milliseconds