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:dma_cmd_ext
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H
A
D
spi.c
66
} __packed
dma_cmd_ext
;
member
530
c->u.
dma_cmd_ext
.addr[0] = adr >> 16;
in wilc_spi_dma_rw()
531
c->u.
dma_cmd_ext
.addr[1] = adr >> 8;
in wilc_spi_dma_rw()
532
c->u.
dma_cmd_ext
.addr[2] = adr;
in wilc_spi_dma_rw()
533
c->u.
dma_cmd_ext
.size[0] = sz >> 16;
in wilc_spi_dma_rw()
534
c->u.
dma_cmd_ext
.size[1] = sz >> 8;
in wilc_spi_dma_rw()
535
c->u.
dma_cmd_ext
.size[2] = sz;
in wilc_spi_dma_rw()
536
cmd_len = offsetof(struct wilc_spi_cmd, u.
dma_cmd_ext
.crc);
in wilc_spi_dma_rw()
538
c->u.
dma_cmd_ext
.crc[0] = wilc_get_crc7(wb, cmd_len);
in wilc_spi_dma_rw()
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H
A
D
spi.c
129
} __packed
dma_cmd_ext
;
member
678
c->u.
dma_cmd_ext
.addr[0] = adr >> 16;
in wilc_spi_dma_rw()
679
c->u.
dma_cmd_ext
.addr[1] = adr >> 8;
in wilc_spi_dma_rw()
680
c->u.
dma_cmd_ext
.addr[2] = adr;
in wilc_spi_dma_rw()
681
c->u.
dma_cmd_ext
.size[0] = sz >> 16;
in wilc_spi_dma_rw()
682
c->u.
dma_cmd_ext
.size[1] = sz >> 8;
in wilc_spi_dma_rw()
683
c->u.
dma_cmd_ext
.size[2] = sz;
in wilc_spi_dma_rw()
684
cmd_len = offsetof(struct wilc_spi_cmd, u.
dma_cmd_ext
.crc);
in wilc_spi_dma_rw()
686
c->u.
dma_cmd_ext
.crc[0] = wilc_get_crc7(wb, cmd_len);
in wilc_spi_dma_rw()
Completed in 3 milliseconds