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:iface_base
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_tai.c
404
tai->base = priv->
iface_base
;
in mvpp22_tai_probe()
H
A
D
mvpp2_main.c
1288
void __iomem *mpcs = priv->
iface_base
+ MVPP22_MPCS_BASE(port->gop_id);
in mvpp22_gop_init_10gkr()
1289
void __iomem *xpcs = priv->
iface_base
+ MVPP22_XPCS_BASE(port->gop_id);
in mvpp22_gop_init_10gkr()
1861
mpcs = priv->
iface_base
+ MVPP22_MPCS_BASE(port->gop_id);
in mvpp22_pcs_reset_assert()
1862
xpcs = priv->
iface_base
+ MVPP22_XPCS_BASE(port->gop_id);
in mvpp22_pcs_reset_assert()
1882
mpcs = priv->
iface_base
+ MVPP22_MPCS_BASE(port->gop_id);
in mvpp22_pcs_reset_deassert()
1883
xpcs = priv->
iface_base
+ MVPP22_XPCS_BASE(port->gop_id);
in mvpp22_pcs_reset_deassert()
3021
ptp_q = port->priv->
iface_base
+ MVPP22_PTP_BASE(port->gop_id);
in mvpp2_isr_handle_ptp_queue()
3054
ptp = port->priv->
iface_base
+ MVPP22_PTP_BASE(port->gop_id);
in mvpp2_isr_handle_ptp()
4809
ptp = port->priv->
iface_base
+ MVPP22_PTP_BASE(port->gop_id);
in mvpp2_set_ts_config()
6470
port->base = priv->
iface_base
in mvpp2_port_probe()
[all...]
H
A
D
mvpp2.h
509
/* SMI registers. PPv2.2 only, relative to priv->
iface_base
. */
513
/* TAI registers, PPv2.2 only, relative to priv->
iface_base
*/
947
void __iomem *
iface_base
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_tai.c
404
tai->base = priv->
iface_base
;
in mvpp22_tai_probe()
H
A
D
mvpp2_main.c
1571
void __iomem *mpcs = priv->
iface_base
+ MVPP22_MPCS_BASE(port->gop_id);
in mvpp22_gop_init_10gkr()
1572
void __iomem *xpcs = priv->
iface_base
+ MVPP22_XPCS_BASE(port->gop_id);
in mvpp22_gop_init_10gkr()
1594
void __iomem *fca = priv->
iface_base
+ MVPP22_FCA_BASE(port->gop_id);
in mvpp22_gop_fca_enable_periodic()
1607
void __iomem *fca = priv->
iface_base
+ MVPP22_FCA_BASE(port->gop_id);
in mvpp22_gop_fca_set_timer()
2190
mpcs = priv->
iface_base
+ MVPP22_MPCS_BASE(port->gop_id);
in mvpp22_pcs_reset_assert()
2191
xpcs = priv->
iface_base
+ MVPP22_XPCS_BASE(port->gop_id);
in mvpp22_pcs_reset_assert()
2212
mpcs = priv->
iface_base
+ MVPP22_MPCS_BASE(port->gop_id);
in mvpp22_pcs_reset_deassert()
2213
xpcs = priv->
iface_base
+ MVPP22_XPCS_BASE(port->gop_id);
in mvpp22_pcs_reset_deassert()
3384
ptp_q = port->priv->
iface_base
+ MVPP22_PTP_BASE(port->gop_id);
in mvpp2_isr_handle_ptp_queue()
3417
ptp = port->priv->
iface_base
in mvpp2_isr_handle_ptp()
[all...]
H
A
D
mvpp2.h
522
/* SMI registers. PPv2.2 and PPv2.3, relative to priv->
iface_base
. */
526
/* TAI registers, PPv2.2 only, relative to priv->
iface_base
*/
1031
void __iomem *
iface_base
;
member
Completed in 25 milliseconds