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:pcie_ext_reg_base
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_pci.h
31
* @
pcie_ext_reg_base
: used to calculate base addresses for CLDMA, DPMA and MHCCIF registers
38
void __iomem *
pcie_ext_reg_base
;
member
H
A
D
t7xx_mhccif.c
107
t7xx_dev->base_addr.mhccif_rc_base = t7xx_dev->base_addr.
pcie_ext_reg_base
+
in t7xx_mhccif_init()
H
A
D
t7xx_pci.c
673
t7xx_dev->base_addr.infracfg_ao_base = t7xx_dev->base_addr.
pcie_ext_reg_base
+
in t7xx_pci_infracfg_ao_calc()
716
t7xx_dev->base_addr.
pcie_ext_reg_base
= pcim_iomap_table(pdev)[T7XX_PCI_EREG_BASE];
in t7xx_pci_probe()
H
A
D
t7xx_hif_dpmaif.c
554
dpmaif_ctrl->hw_info.pcie_base = t7xx_dev->base_addr.
pcie_ext_reg_base
-
in t7xx_dpmaif_hif_init()
H
A
D
t7xx_modem_ops.c
130
reset_pcie_reg = pbase_addr->
pcie_ext_reg_base
+ TOPRGU_CH_PCIE_IRQ_STA -
in t7xx_clr_device_irq_via_pcie()
H
A
D
t7xx_hif_cldma.c
1081
hw_info->ap_ao_base = t7xx_pcie_addr_transfer(pbase->
pcie_ext_reg_base
,
in t7xx_hw_info_init()
1083
hw_info->ap_pdn_base = t7xx_pcie_addr_transfer(pbase->
pcie_ext_reg_base
,
in t7xx_hw_info_init()
Completed in 5 milliseconds