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:cur_bits_per_word
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-geni-qcom.c
87
unsigned int
cur_bits_per_word
;
member
419
mas->
cur_bits_per_word
= spi_slv->bits_per_word;
in setup_fifo_params()
469
if (xfer->bits_per_word != mas->
cur_bits_per_word
||
in setup_gsi_xfer()
471
mas->
cur_bits_per_word
= xfer->bits_per_word;
in setup_gsi_xfer()
482
if (!(mas->
cur_bits_per_word
% MIN_WORD_LEN)) {
in setup_gsi_xfer()
483
peripheral.rx_len = ((xfer->len << 3) / mas->
cur_bits_per_word
);
in setup_gsi_xfer()
485
int bytes_per_word = (mas->
cur_bits_per_word
/ BITS_PER_BYTE) + 1;
in setup_gsi_xfer()
551
if (!(mas->
cur_bits_per_word
% MIN_WORD_LEN))
in get_xfer_len_in_words()
552
len = xfer->len * BITS_PER_BYTE / mas->
cur_bits_per_word
;
in get_xfer_len_in_words()
554
len = xfer->len / (mas->
cur_bits_per_word
/ BITS_PER_BYT
in get_xfer_len_in_words()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-geni-qcom.c
75
unsigned int
cur_bits_per_word
;
member
311
mas->
cur_bits_per_word
= spi_slv->bits_per_word;
in setup_fifo_params()
394
if (mas->fifo_width_bits % mas->
cur_bits_per_word
)
in geni_byte_per_fifo_word()
395
return roundup_pow_of_two(DIV_ROUND_UP(mas->
cur_bits_per_word
,
in geni_byte_per_fifo_word()
507
if (xfer->bits_per_word != mas->
cur_bits_per_word
) {
in setup_fifo_xfer()
509
mas->
cur_bits_per_word
= xfer->bits_per_word;
in setup_fifo_xfer()
520
if (!(mas->
cur_bits_per_word
% MIN_WORD_LEN))
in setup_fifo_xfer()
521
len = xfer->len * BITS_PER_BYTE / mas->
cur_bits_per_word
;
in setup_fifo_xfer()
523
len = xfer->len / (mas->
cur_bits_per_word
/ BITS_PER_BYTE + 1);
in setup_fifo_xfer()
619
mas->tx_rem_bytes, mas->
cur_bits_per_word
);
in geni_spi_isr()
[all...]
Completed in 3 milliseconds