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_sys_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/switch/
H
A
D
switchtec.c
78
u32 device = ioread32(&stdev->
mmio_sys_info
->device_id);
in is_firmware_running()
330
ver = ioread32(&stdev->
mmio_sys_info
->device_version);
in device_version_show()
342
ver = ioread32(&stdev->
mmio_sys_info
->firmware_version);
in fw_version_show()
371
struct sys_info_regs __iomem *si = stdev->
mmio_sys_info
; \
392
struct sys_info_regs __iomem *si = stdev->
mmio_sys_info
;
in component_vendor_show()
407
int id = ioread16(&stdev->
mmio_sys_info
->gen3.component_id);
in component_id_show()
421
int rev = ioread8(&stdev->
mmio_sys_info
->gen3.component_revision);
in component_revision_show()
691
struct sys_info_regs_gen3 __iomem *si = &stdev->
mmio_sys_info
->gen3;
in flash_part_info_gen3()
760
struct sys_info_regs_gen4 __iomem *si = &stdev->
mmio_sys_info
->gen4;
in flash_part_info_gen4()
1601
stdev->
mmio_sys_info
in switchtec_init_pci()
[all...]
/kernel/linux/linux-5.10/drivers/pci/switch/
H
A
D
switchtec.c
281
ver = ioread32(&stdev->
mmio_sys_info
->device_version);
in device_version_show()
293
ver = ioread32(&stdev->
mmio_sys_info
->firmware_version);
in fw_version_show()
322
struct sys_info_regs __iomem *si = stdev->
mmio_sys_info
; \
343
struct sys_info_regs __iomem *si = stdev->
mmio_sys_info
;
in component_vendor_show()
358
int id = ioread16(&stdev->
mmio_sys_info
->gen3.component_id);
in component_id_show()
372
int rev = ioread8(&stdev->
mmio_sys_info
->gen3.component_revision);
in component_revision_show()
637
struct sys_info_regs_gen3 __iomem *si = &stdev->
mmio_sys_info
->gen3;
in flash_part_info_gen3()
706
struct sys_info_regs_gen4 __iomem *si = &stdev->
mmio_sys_info
->gen4;
in flash_part_info_gen4()
1544
stdev->
mmio_sys_info
= stdev->mmio + SWITCHTEC_GAS_SYS_INFO_OFFSET;
in switchtec_init_pci()
1549
part_id = &stdev->
mmio_sys_info
in switchtec_init_pci()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
switchtec.h
488
struct sys_info_regs __iomem *
mmio_sys_info
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
switchtec.h
488
struct sys_info_regs __iomem *
mmio_sys_info
;
member
Completed in 8 milliseconds