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:txw
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-hisi-kunpeng.c
255
u32
txw
= 0;
in hisi_spi_writer()
local
262
txw
= *(u8 *)(hs->tx);
in hisi_spi_writer()
265
txw
= *(u16 *)(hs->tx);
in hisi_spi_writer()
268
txw
= *(u32 *)(hs->tx);
in hisi_spi_writer()
273
writel(
txw
, hs->regs + HISI_SPI_DIN);
in hisi_spi_writer()
H
A
D
spi-dw-core.c
136
u32
txw
= 0;
in dw_writer()
local
141
txw
= *(u8 *)(dws->tx);
in dw_writer()
143
txw
= *(u16 *)(dws->tx);
in dw_writer()
145
txw
= *(u32 *)(dws->tx);
in dw_writer()
149
dw_write_io_reg(dws, DW_SPI_DR,
txw
);
in dw_writer()
H
A
D
spi-rockchip.c
303
u32
txw
;
in rockchip_spi_pio_writer()
local
306
txw
= *(u8 *)rs->tx;
in rockchip_spi_pio_writer()
308
txw
= *(u16 *)rs->tx;
in rockchip_spi_pio_writer()
310
writel_relaxed(
txw
, rs->regs + ROCKCHIP_SPI_TXDR);
in rockchip_spi_pio_writer()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-dw-core.c
140
u16
txw
= 0;
in dw_writer()
local
145
txw
= *(u8 *)(dws->tx);
in dw_writer()
147
txw
= *(u16 *)(dws->tx);
in dw_writer()
151
dw_write_io_reg(dws, DW_SPI_DR,
txw
);
in dw_writer()
H
A
D
spi-rockchip.c
279
u32
txw
;
in rockchip_spi_pio_writer()
local
282
txw
= *(u8 *)rs->tx;
in rockchip_spi_pio_writer()
284
txw
= *(u16 *)rs->tx;
in rockchip_spi_pio_writer()
286
writel_relaxed(
txw
, rs->regs + ROCKCHIP_SPI_TXDR);
in rockchip_spi_pio_writer()
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H
A
D
ks8851_spi.c
272
/* start header at txb[1] to align
txw
entries */
in ks8851_wrfifo_spi()
274
ks->txh.
txw
[1] = cpu_to_le16(fid);
in ks8851_wrfifo_spi()
275
ks->txh.
txw
[2] = cpu_to_le16(txp->len);
in ks8851_wrfifo_spi()
H
A
D
ks8851.h
330
* @
txw
: The header as 16bit, little-endian words
338
__le16
txw
[3];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H
A
D
ks8851_spi.c
270
/* start header at txb[1] to align
txw
entries */
in ks8851_wrfifo_spi()
272
ks->txh.
txw
[1] = cpu_to_le16(fid);
in ks8851_wrfifo_spi()
273
ks->txh.
txw
[2] = cpu_to_le16(txp->len);
in ks8851_wrfifo_spi()
H
A
D
ks8851.h
330
* @
txw
: The header as 16bit, little-endian words
338
__le16
txw
[3];
member
Completed in 10 milliseconds