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:clr_base
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_eq.c
667
&dev->
clr_base
)) {
in mthca_map_eq_regs()
681
iounmap(dev->
clr_base
);
in mthca_map_eq_regs()
691
iounmap(dev->
clr_base
);
in mthca_map_eq_regs()
696
&dev->
clr_base
)) {
in mthca_map_eq_regs()
707
iounmap(dev->
clr_base
);
in mthca_map_eq_regs()
721
iounmap(dev->
clr_base
);
in mthca_unmap_eq_regs()
724
iounmap(dev->
clr_base
);
in mthca_unmap_eq_regs()
789
dev->eq_table.clr_int = dev->
clr_base
+
in mthca_init_eq_table()
H
A
D
mthca_dev.h
324
void __iomem *
clr_base
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_eq.c
667
&dev->
clr_base
)) {
in mthca_map_eq_regs()
681
iounmap(dev->
clr_base
);
in mthca_map_eq_regs()
691
iounmap(dev->
clr_base
);
in mthca_map_eq_regs()
696
&dev->
clr_base
)) {
in mthca_map_eq_regs()
707
iounmap(dev->
clr_base
);
in mthca_map_eq_regs()
721
iounmap(dev->
clr_base
);
in mthca_unmap_eq_regs()
724
iounmap(dev->
clr_base
);
in mthca_unmap_eq_regs()
790
dev->eq_table.clr_int = dev->
clr_base
+
in mthca_init_eq_table()
H
A
D
mthca_dev.h
324
void __iomem *
clr_base
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
eq.c
1140
priv->
clr_base
= ioremap(pci_resource_start(dev->persist->pdev,
in mlx4_map_clr_int()
1143
if (!priv->
clr_base
) {
in mlx4_map_clr_int()
1155
iounmap(priv->
clr_base
);
in mlx4_unmap_clr_int()
1208
priv->eq_table.clr_int = priv->
clr_base
+
in mlx4_init_eq_table()
H
A
D
mlx4.h
905
void __iomem *
clr_base
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
eq.c
1139
priv->
clr_base
= ioremap(pci_resource_start(dev->persist->pdev,
in mlx4_map_clr_int()
1142
if (!priv->
clr_base
) {
in mlx4_map_clr_int()
1154
iounmap(priv->
clr_base
);
in mlx4_unmap_clr_int()
1207
priv->eq_table.clr_int = priv->
clr_base
+
in mlx4_init_eq_table()
H
A
D
mlx4.h
913
void __iomem *
clr_base
;
member
Completed in 22 milliseconds