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:lms_base
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
4329
mac_addr_m = readl(port->priv->
lms_base
+ MVPP2_SRC_ADDR_MIDDLE);
in mvpp21_get_mac_address()
4330
mac_addr_h = readl(port->priv->
lms_base
+ MVPP2_SRC_ADDR_HIGH);
in mvpp21_get_mac_address()
6459
port->stats_base = port->priv->
lms_base
+
in mvpp2_port_probe()
6809
val = readl(priv->
lms_base
+ MVPP2_PHY_AN_CFG0_REG);
in mvpp2_init()
6811
writel(val, priv->
lms_base
+ MVPP2_PHY_AN_CFG0_REG);
in mvpp2_init()
6843
priv->
lms_base
+ MVPP2_MNG_EXTENDED_GLOBAL_CTRL_REG);
in mvpp2_init()
6901
priv->
lms_base
= devm_platform_ioremap_resource(pdev, 1);
in mvpp2_probe()
6902
if (IS_ERR(priv->
lms_base
))
in mvpp2_probe()
6903
return PTR_ERR(priv->
lms_base
);
in mvpp2_probe()
H
A
D
mvpp2.h
946
void __iomem *
lms_base
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
4690
mac_addr_m = readl(port->priv->
lms_base
+ MVPP2_SRC_ADDR_MIDDLE);
in mvpp21_get_mac_address()
4691
mac_addr_h = readl(port->priv->
lms_base
+ MVPP2_SRC_ADDR_HIGH);
in mvpp21_get_mac_address()
6821
port->stats_base = port->priv->
lms_base
+
in mvpp2_port_probe()
7351
val = readl(priv->
lms_base
+ MVPP2_PHY_AN_CFG0_REG);
in mvpp2_init()
7353
writel(val, priv->
lms_base
+ MVPP2_PHY_AN_CFG0_REG);
in mvpp2_init()
7387
priv->
lms_base
+ MVPP2_MNG_EXTENDED_GLOBAL_CTRL_REG);
in mvpp2_init()
7458
priv->
lms_base
= devm_platform_ioremap_resource(pdev, 1);
in mvpp2_probe()
7459
if (IS_ERR(priv->
lms_base
))
in mvpp2_probe()
7460
return PTR_ERR(priv->
lms_base
);
in mvpp2_probe()
H
A
D
mvpp2.h
1030
void __iomem *
lms_base
;
member
Completed in 25 milliseconds