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:addr_cycle
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
hisi504_nand.c
134
unsigned int
addr_cycle
;
member
213
| ((host->
addr_cycle
== 4 ? 1 : 0)
in hisi_nfc_dma_transfer()
291
| ((host->
addr_cycle
& HINFC504_OP_ADDR_CYCLE_MASK)
in hisi_nfc_send_cmd_erase()
395
host->
addr_cycle
= 0;
in set_addr()
407
host->
addr_cycle
= 2;
in set_addr()
411
<< (host->
addr_cycle
* 8);
in set_addr()
412
host->
addr_cycle
+= 2;
in set_addr()
414
host->
addr_cycle
+= 1;
in set_addr()
586
host->
addr_cycle
= 0;
in hisi_nfc_host_init()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
hisi504_nand.c
134
unsigned int
addr_cycle
;
member
213
| ((host->
addr_cycle
== 4 ? 1 : 0)
in hisi_nfc_dma_transfer()
291
| ((host->
addr_cycle
& HINFC504_OP_ADDR_CYCLE_MASK)
in hisi_nfc_send_cmd_erase()
395
host->
addr_cycle
= 0;
in set_addr()
407
host->
addr_cycle
= 2;
in set_addr()
411
<< (host->
addr_cycle
* 8);
in set_addr()
412
host->
addr_cycle
+= 2;
in set_addr()
414
host->
addr_cycle
+= 1;
in set_addr()
586
host->
addr_cycle
= 0;
in hisi_nfc_host_init()
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H
A
D
xd.c
117
xd_card->
addr_cycle
|
in xd_assign_phy_addr()
129
(xd_card->
addr_cycle
- 1) | XD_CALC_ECC |
in xd_assign_phy_addr()
585
xd_card->
addr_cycle
= 3;
in reset_xd()
593
xd_card->
addr_cycle
= 3;
in reset_xd()
599
xd_card->
addr_cycle
= 3;
in reset_xd()
605
xd_card->
addr_cycle
= 3;
in reset_xd()
611
xd_card->
addr_cycle
= 4;
in reset_xd()
617
xd_card->
addr_cycle
= 4;
in reset_xd()
623
xd_card->
addr_cycle
= 4;
in reset_xd()
629
xd_card->
addr_cycle
in reset_xd()
[all...]
H
A
D
rtsx_chip.h
534
u8
addr_cycle
;
member
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H
A
D
xd.c
110
xd_card->
addr_cycle
|
in xd_assign_phy_addr()
122
(xd_card->
addr_cycle
- 1) | XD_CALC_ECC |
in xd_assign_phy_addr()
578
xd_card->
addr_cycle
= 3;
in reset_xd()
586
xd_card->
addr_cycle
= 3;
in reset_xd()
592
xd_card->
addr_cycle
= 3;
in reset_xd()
598
xd_card->
addr_cycle
= 3;
in reset_xd()
604
xd_card->
addr_cycle
= 4;
in reset_xd()
610
xd_card->
addr_cycle
= 4;
in reset_xd()
616
xd_card->
addr_cycle
= 4;
in reset_xd()
622
xd_card->
addr_cycle
in reset_xd()
[all...]
H
A
D
rtsx_chip.h
534
u8
addr_cycle
;
member
Completed in 11 milliseconds