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:transferMode
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/common/platform/spi/
H
A
D
spi_hi35xx.c
57
uint8_t
transferMode
;
member
232
if (pl022->
transferMode
== SPI_DMA_TRANSFER) {
in Pl022ConfigDma()
256
if (pl022->
transferMode
== SPI_INTERRUPT_TRANSFER) {
in Pl022ConfigIrq()
407
if (pl022->
transferMode
== SPI_INTERRUPT_TRANSFER && RX_INT_FIFO_LEVEL < pl022->fifoSize) {
in Pl022TxRx()
413
if (pl022->
transferMode
== SPI_INTERRUPT_TRANSFER && tmpLen == burstSize) {
in Pl022TxRx()
418
if (pl022->
transferMode
== SPI_INTERRUPT_TRANSFER && tmpLen == burstSize) {
in Pl022TxRx()
425
HDF_LOGE("%s: %s timeout", __func__, (pl022->
transferMode
== SPI_INTERRUPT_TRANSFER) ?
in Pl022TxRx()
481
dev->cfg.
transferMode
= cfg->
transferMode
;
in Pl022SetCfg()
643
if (pl022->
transferMode
in Pl022TransferOneMessage()
[all...]
/device/soc/rockchip/rk2206/hdf_driver/spi/
H
A
D
spi_driver.c
473
switch (cfg->
transferMode
) {
in spidrv_setcfg()
486
PRINT_ERR("%s: %d is not support!\n", __func__, cfg->
transferMode
);
in spidrv_setcfg()
529
cfg->
transferMode
= SPI_INTERRUPT_TRANSFER;
in spidrv_getcfg()
/device/board/hisilicon/hispark_taurus/audio_drivers/dsp/src/
H
A
D
dsp_ops.c
272
.
transferMode
= SPI_DMA_TRANSFER,
in DspDeviceInit()
/device/soc/hisilicon/common/platform/mmc/himci_v200/
H
A
D
himci.h
438
uint32_t
transferMode
: 1; /*
member
H
A
D
himci.c
386
reg->bits.
transferMode
= 0;
in HimciUpdateCmdReg()
389
reg->bits.
transferMode
= 1;
in HimciUpdateCmdReg()
402
reg->bits.
transferMode
= 0;
in HimciUpdateCmdReg()
Completed in 12 milliseconds