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:mmio_flash_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/switch/
H
A
D
switchtec.c
607
struct flash_info_regs __iomem *fi = stdev->
mmio_flash_info
;
in ioctl_flash_info()
636
&stdev->
mmio_flash_info
->gen3;
in flash_part_info_gen3()
705
struct flash_info_regs_gen4 __iomem *fi = &stdev->
mmio_flash_info
->gen4;
in flash_part_info_gen4()
1545
stdev->
mmio_flash_info
= stdev->mmio + SWITCHTEC_GAS_FLASH_INFO_OFFSET;
in switchtec_init_pci()
/kernel/linux/linux-6.6/drivers/pci/switch/
H
A
D
switchtec.c
661
struct flash_info_regs __iomem *fi = stdev->
mmio_flash_info
;
in ioctl_flash_info()
690
&stdev->
mmio_flash_info
->gen3;
in flash_part_info_gen3()
759
struct flash_info_regs_gen4 __iomem *fi = &stdev->
mmio_flash_info
->gen4;
in flash_part_info_gen4()
1602
stdev->
mmio_flash_info
= stdev->mmio + SWITCHTEC_GAS_FLASH_INFO_OFFSET;
in switchtec_init_pci()
/kernel/linux/linux-5.10/include/linux/
H
A
D
switchtec.h
489
struct flash_info_regs __iomem *
mmio_flash_info
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
switchtec.h
489
struct flash_info_regs __iomem *
mmio_flash_info
;
member
Completed in 8 milliseconds