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:bar0_base
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/ctucanfd/
H
A
D
ctucanfd_pci.c
49
void __iomem *
bar0_base
;
member
90
void __iomem *
bar0_base
;
in ctucan_pci_probe()
local
135
bar0_base
= pci_iomap(pdev, 0, pci_resource_len(pdev, 0));
in ctucan_pci_probe()
136
if (!
bar0_base
) {
in ctucan_pci_probe()
143
cra_addr =
bar0_base
;
in ctucan_pci_probe()
146
cra_addr =
bar0_base
+ CTUCAN_BAR0_CRA_BASE;
in ctucan_pci_probe()
147
ctucan_id = ioread32(
bar0_base
+ CTUCAN_BAR0_CTUCAN_ID);
in ctucan_pci_probe()
163
bdata->
bar0_base
=
bar0_base
;
in ctucan_pci_probe()
264
pci_iounmap(pdev, bdata->
bar0_base
);
in ctucan_pci_remove()
[all...]
/kernel/linux/linux-5.10/drivers/ntb/hw/intel/
H
A
D
ntb_hw_intel.h
121
unsigned long
bar0_base
;
member
H
A
D
ntb_hw_gen1.c
878
base_reg = bar0_off(ndev->xlat_reg->
bar0_base
, bar);
in intel_ntb_mw_set_trans()
1966
/* Note: no primary .
bar0_base
visible to the secondary side.
1981
.
bar0_base
= XEON_SBAR0BASE_OFFSET,
/kernel/linux/linux-6.6/drivers/ntb/hw/intel/
H
A
D
ntb_hw_intel.h
119
unsigned long
bar0_base
;
member
H
A
D
ntb_hw_gen1.c
878
base_reg = bar0_off(ndev->xlat_reg->
bar0_base
, bar);
in intel_ntb_mw_set_trans()
1958
/* Note: no primary .
bar0_base
visible to the secondary side.
1973
.
bar0_base
= XEON_SBAR0BASE_OFFSET,
Completed in 8 milliseconds