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:cmdctrl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
via-sdmmc.c
557
u32
cmdctrl
= 0;
in via_sdc_send_command()
local
568
cmdctrl
= cmd->opcode << 8;
in via_sdc_send_command()
573
cmdctrl
|= VIA_CRDR_SDCTRL_RSP_NONE;
in via_sdc_send_command()
576
cmdctrl
|= VIA_CRDR_SDCTRL_RSP_R1;
in via_sdc_send_command()
579
cmdctrl
|= VIA_CRDR_SDCTRL_RSP_R1B;
in via_sdc_send_command()
582
cmdctrl
|= VIA_CRDR_SDCTRL_RSP_R2;
in via_sdc_send_command()
585
cmdctrl
|= VIA_CRDR_SDCTRL_RSP_R3;
in via_sdc_send_command()
600
cmdctrl
|= VIA_CRDR_SDCTRL_WRITE;
in via_sdc_send_command()
601
cmdctrl
|= VIA_CRDR_SDCTRL_MULTI_WR;
in via_sdc_send_command()
603
cmdctrl
|
in via_sdc_send_command()
[all...]
H
A
D
moxart-mmc.c
207
u32 status,
cmdctrl
;
in moxart_send_command()
local
213
cmdctrl
= cmd->opcode & CMD_IDX_MASK;
in moxart_send_command()
214
if (
cmdctrl
== SD_APP_SET_BUS_WIDTH ||
cmdctrl
== SD_APP_OP_COND ||
in moxart_send_command()
215
cmdctrl
== SD_APP_SEND_SCR ||
cmdctrl
== SD_APP_SD_STATUS ||
in moxart_send_command()
216
cmdctrl
== SD_APP_SEND_NUM_WR_BLKS)
in moxart_send_command()
217
cmdctrl
|= CMD_APP_CMD;
in moxart_send_command()
220
cmdctrl
|= CMD_NEED_RSP;
in moxart_send_command()
223
cmdctrl
|
in moxart_send_command()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
via-sdmmc.c
557
u32
cmdctrl
= 0;
in via_sdc_send_command()
local
568
cmdctrl
= cmd->opcode << 8;
in via_sdc_send_command()
573
cmdctrl
|= VIA_CRDR_SDCTRL_RSP_NONE;
in via_sdc_send_command()
576
cmdctrl
|= VIA_CRDR_SDCTRL_RSP_R1;
in via_sdc_send_command()
579
cmdctrl
|= VIA_CRDR_SDCTRL_RSP_R1B;
in via_sdc_send_command()
582
cmdctrl
|= VIA_CRDR_SDCTRL_RSP_R2;
in via_sdc_send_command()
585
cmdctrl
|= VIA_CRDR_SDCTRL_RSP_R3;
in via_sdc_send_command()
600
cmdctrl
|= VIA_CRDR_SDCTRL_WRITE;
in via_sdc_send_command()
601
cmdctrl
|= VIA_CRDR_SDCTRL_MULTI_WR;
in via_sdc_send_command()
603
cmdctrl
|
in via_sdc_send_command()
[all...]
H
A
D
moxart-mmc.c
207
u32 status,
cmdctrl
;
in moxart_send_command()
local
213
cmdctrl
= cmd->opcode & CMD_IDX_MASK;
in moxart_send_command()
214
if (
cmdctrl
== SD_APP_SET_BUS_WIDTH ||
cmdctrl
== SD_APP_OP_COND ||
in moxart_send_command()
215
cmdctrl
== SD_APP_SEND_SCR ||
cmdctrl
== SD_APP_SD_STATUS ||
in moxart_send_command()
216
cmdctrl
== SD_APP_SEND_NUM_WR_BLKS)
in moxart_send_command()
217
cmdctrl
|= CMD_APP_CMD;
in moxart_send_command()
220
cmdctrl
|= CMD_NEED_RSP;
in moxart_send_command()
223
cmdctrl
|
in moxart_send_command()
[all...]
Completed in 5 milliseconds