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:bitsPerWord
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/spi/
H
A
D
spi_hi35xx.c
56
uint8_t
bitsPerWord
;
member
198
value |= (pl022->
bitsPerWord
- 1) << SPI_CR0_DSS_SHIFT;
in Pl022ConfigCR0()
284
if ((pl022->
bitsPerWord
< BITS_PER_WORD_MIN) || (pl022->
bitsPerWord
> BITS_PER_WORD_MAX)) {
in Pl022Config()
285
HDF_LOGE("%s: pl022->
bitsPerWord
is %hhu not support", __func__, pl022->
bitsPerWord
);
in Pl022Config()
351
static inline uint8_t Pl022ToByteWidth(uint8_t
bitsPerWord
)
in Pl022ToByteWidth()
argument
353
if (
bitsPerWord
<= BITS_PER_WORD_EIGHT) {
in Pl022ToByteWidth()
363
uint8_t bytes = Pl022ToByteWidth(pl022->
bitsPerWord
);
in Pl022WriteFifo()
377
uint8_t bytes = Pl022ToByteWidth(pl022->
bitsPerWord
);
in Pl022ReadFifo()
[all...]
/device/soc/rockchip/rk2206/hdf_driver/spi/
H
A
D
spi_driver.c
68
uint32_t
bitsPerWord
;
member
264
ret = iface->GetUint32(node, "
bitsPerWord
", ¶ms->
bitsPerWord
, 0);
in spidrv_readdrs()
266
PRINT_ERR("%s: GetUint32(
bitsPerWord
) failed\n", __func__);
in spidrv_readdrs()
340
config.
bitsPerWord
= (unsigned int)params->
bitsPerWord
;
in spidrv_initdevice()
439
params->
bitsPerWord
= cfg->
bitsPerWord
;
in spidrv_setcfg()
515
cfg->
bitsPerWord
= params->
bitsPerWord
;
in spidrv_getcfg()
[all...]
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H
A
D
spi.h
73
* @
bitsPerWord
Indicates select a bits_per_word for transfer.
86
unsigned int
bitsPerWord
;
member
/device/board/hisilicon/hispark_taurus/audio_drivers/dsp/src/
H
A
D
dsp_ops.c
273
.
bitsPerWord
= BITS_PER_WORD_EIGHT,
in DspDeviceInit()
Completed in 4 milliseconds