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:n_dice
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H
A
D
spansion.c
148
for (i = 0; i < params->
n_dice
; i++) {
in cypress_nor_sr_ready_and_clear()
211
for (i = 0; i < params->
n_dice
; i++) {
in cypress_nor_octal_dtr_en()
261
for (i = 0; i < params->
n_dice
; i++) {
in cypress_nor_octal_dtr_dis()
347
for (i = 0; i < params->
n_dice
; i++) {
in cypress_nor_quad_enable_volatile()
492
for (i = 0; i < params->
n_dice
; i++) {
in cypress_nor_get_page_size()
554
* set the vreg_offset and
n_dice
to be able to do so.
in s25fs256t_post_sfdp_fixup()
561
params->
n_dice
= 1;
in s25fs256t_post_sfdp_fixup()
608
if (!params->
n_dice
|| !params->vreg_offset) {
in s25hx_t_post_sfdp_fixup()
616
params->
n_dice
= 2;
in s25hx_t_post_sfdp_fixup()
676
if (!params->
n_dice
|| !param
in s28hx_t_post_sfdp_fixup()
[all...]
H
A
D
sfdp.c
1261
params->
n_dice
= 1;
in spi_nor_parse_sccr()
1287
u8 i,
n_dice
;
in spi_nor_parse_sccr_mc()
local
1307
n_dice
= 1 + sccr_mc_header->length / 2;
in spi_nor_parse_sccr_mc()
1312
n_dice
* sizeof(*dwords),
in spi_nor_parse_sccr_mc()
1319
for (i = 1; i <
n_dice
; i++)
in spi_nor_parse_sccr_mc()
1322
params->
n_dice
=
n_dice
;
in spi_nor_parse_sccr_mc()
H
A
D
core.h
356
* @
n_dice
: number of dice in the flash memory.
392
u8
n_dice
;
member
Completed in 8 milliseconds