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:BUSWIDTH
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/devices/
H
A
D
lart.c
53
#define FLASH_BLOCKSIZE_PARAM (4096 *
BUSWIDTH
)
61
#define FLASH_BLOCKSIZE_MAIN (32768 *
BUSWIDTH
)
70
#define
BUSWIDTH
4 /* don't change this - a lot of the code _will_ break if you change this */
macro
435
if (from & (
BUSWIDTH
- 1))
in flash_read()
437
int gap =
BUSWIDTH
- (from & (
BUSWIDTH
- 1));
in flash_read()
446
while (len >=
BUSWIDTH
)
in flash_read()
450
buf +=
BUSWIDTH
;
in flash_read()
451
from +=
BUSWIDTH
;
in flash_read()
452
len -=
BUSWIDTH
;
in flash_read()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/maps/
H
A
D
impa7.c
22
#define
BUSWIDTH
4
macro
35
.bankwidth =
BUSWIDTH
,
40
.bankwidth =
BUSWIDTH
,
H
A
D
l440gx.c
20
#define
BUSWIDTH
1
macro
51
.bankwidth =
BUSWIDTH
,
/kernel/linux/linux-6.6/drivers/mtd/maps/
H
A
D
impa7.c
22
#define
BUSWIDTH
4
macro
35
.bankwidth =
BUSWIDTH
,
40
.bankwidth =
BUSWIDTH
,
H
A
D
l440gx.c
20
#define
BUSWIDTH
1
macro
51
.bankwidth =
BUSWIDTH
,
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
net2272.h
293
#define
BUSWIDTH
1
macro
H
A
D
net2272.c
2361
(1 <<
BUSWIDTH
) |
in net2272_rdk1_probe()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
net2272.h
293
#define
BUSWIDTH
1
macro
H
A
D
net2272.c
2375
(1 <<
BUSWIDTH
) |
in net2272_rdk1_probe()
Completed in 11 milliseconds