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:txfifosize
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-fsl-lpspi.c
111
u8
txfifosize
;
member
230
while (txfifo_cnt < fsl_lpspi->
txfifosize
) {
in fsl_lpspi_write_tx_fifo()
237
if (txfifo_cnt < fsl_lpspi->
txfifosize
) {
in fsl_lpspi_write_tx_fifo()
446
if (t->len <= fsl_lpspi->
txfifosize
)
in fsl_lpspi_setup_transfer()
449
fsl_lpspi->watermark = fsl_lpspi->
txfifosize
;
in fsl_lpspi_setup_transfer()
903
fsl_lpspi->
txfifosize
= 1 << (temp & 0x0f);
in fsl_lpspi_probe()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-fsl-lpspi.c
110
u8
txfifosize
;
member
229
while (txfifo_cnt < fsl_lpspi->
txfifosize
) {
in fsl_lpspi_write_tx_fifo()
236
if (txfifo_cnt < fsl_lpspi->
txfifosize
) {
in fsl_lpspi_write_tx_fifo()
451
if (t->len <= fsl_lpspi->
txfifosize
)
in fsl_lpspi_setup_transfer()
454
fsl_lpspi->watermark = fsl_lpspi->
txfifosize
;
in fsl_lpspi_setup_transfer()
896
fsl_lpspi->
txfifosize
= 1 << (temp & 0x0f);
in fsl_lpspi_probe()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-imx-lpi2c.c
106
unsigned int
txfifosize
;
member
336
writel(lpi2c_imx->
txfifosize
>> 1, lpi2c_imx->base + LPI2C_MFCR);
in lpi2c_imx_set_tx_watermark()
359
while (txcnt < lpi2c_imx->
txfifosize
) {
in lpi2c_imx_write_txfifo()
604
lpi2c_imx->
txfifosize
= 1 << (temp & 0x0f);
in lpi2c_imx_probe()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-imx-lpi2c.c
106
unsigned int
txfifosize
;
member
339
writel(lpi2c_imx->
txfifosize
>> 1, lpi2c_imx->base + LPI2C_MFCR);
in lpi2c_imx_set_tx_watermark()
362
while (txcnt < lpi2c_imx->
txfifosize
) {
in lpi2c_imx_write_txfifo()
600
lpi2c_imx->
txfifosize
= 1 << (temp & 0x0f);
in lpi2c_imx_probe()
Completed in 5 milliseconds