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:ug_regs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
ucc_geth.c
444
struct ucc_geth __iomem *
ug_regs
;
in get_statistics()
local
448
ug_regs
= ugeth->
ug_regs
;
in get_statistics()
449
uf_regs = (struct ucc_fast __iomem *)
ug_regs
;
in get_statistics()
538
hardware_statistics->tx64 = in_be32(&
ug_regs
->tx64);
in get_statistics()
539
hardware_statistics->tx127 = in_be32(&
ug_regs
->tx127);
in get_statistics()
540
hardware_statistics->tx255 = in_be32(&
ug_regs
->tx255);
in get_statistics()
541
hardware_statistics->rx64 = in_be32(&
ug_regs
->rx64);
in get_statistics()
542
hardware_statistics->rx127 = in_be32(&
ug_regs
->rx127);
in get_statistics()
543
hardware_statistics->rx255 = in_be32(&
ug_regs
in get_statistics()
1313
struct ucc_geth __iomem *
ug_regs
;
adjust_enet_interface()
local
1581
struct ucc_geth __iomem *
ug_regs
;
adjust_link()
local
2040
struct ucc_geth __iomem *
ug_regs
= ugeth->
ug_regs
;
ucc_geth_stop()
local
2356
struct ucc_geth __iomem *
ug_regs
;
ucc_geth_startup()
local
[all...]
H
A
D
ucc_geth_ethtool.c
168
&ugeth->
ug_regs
->uempr,
in uec_set_pauseparam()
169
&ugeth->
ug_regs
->maccfg1);
in uec_set_pauseparam()
201
u32 __iomem *
ug_regs
= (u32 __iomem *)ugeth->
ug_regs
;
in uec_get_regs()
local
205
buff[i] = in_be32(&
ug_regs
[i]);
in uec_get_regs()
311
if (ugeth->
ug_regs
)
in uec_get_ethtool_stats()
312
base = (u32 __iomem *)&ugeth->
ug_regs
->tx64;
in uec_get_ethtool_stats()
H
A
D
ucc_geth.h
1164
struct ucc_geth __iomem *
ug_regs
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
ucc_geth.c
464
struct ucc_geth __iomem *
ug_regs
;
in get_statistics()
local
468
ug_regs
= ugeth->
ug_regs
;
in get_statistics()
469
uf_regs = (struct ucc_fast __iomem *)
ug_regs
;
in get_statistics()
558
hardware_statistics->tx64 = in_be32(&
ug_regs
->tx64);
in get_statistics()
559
hardware_statistics->tx127 = in_be32(&
ug_regs
->tx127);
in get_statistics()
560
hardware_statistics->tx255 = in_be32(&
ug_regs
->tx255);
in get_statistics()
561
hardware_statistics->rx64 = in_be32(&
ug_regs
->rx64);
in get_statistics()
562
hardware_statistics->rx127 = in_be32(&
ug_regs
->rx127);
in get_statistics()
563
hardware_statistics->rx255 = in_be32(&
ug_regs
in get_statistics()
1293
struct ucc_geth __iomem *
ug_regs
;
adjust_enet_interface()
local
1561
struct ucc_geth __iomem *
ug_regs
;
adjust_link()
local
1997
struct ucc_geth __iomem *
ug_regs
= ugeth->
ug_regs
;
ucc_geth_stop()
local
2267
struct ucc_geth __iomem *
ug_regs
;
ucc_geth_startup()
local
[all...]
H
A
D
ucc_geth_ethtool.c
168
&ugeth->
ug_regs
->uempr,
in uec_set_pauseparam()
169
&ugeth->
ug_regs
->maccfg1);
in uec_set_pauseparam()
201
u32 __iomem *
ug_regs
= (u32 __iomem *)ugeth->
ug_regs
;
in uec_get_regs()
local
205
buff[i] = in_be32(&
ug_regs
[i]);
in uec_get_regs()
315
if (ugeth->
ug_regs
)
in uec_get_ethtool_stats()
316
base = (u32 __iomem *)&ugeth->
ug_regs
->tx64;
in uec_get_ethtool_stats()
H
A
D
ucc_geth.h
1161
struct ucc_geth __iomem *
ug_regs
;
member
Completed in 12 milliseconds