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:txmac
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/
H
A
D
et131x.c
874
ctl = readl(&adapter->regs->
txmac
.ctl);
in et1310_config_mac_regs2()
931
writel(ctl, &adapter->regs->
txmac
.ctl);
in et1310_config_mac_regs2()
1139
struct txmac_regs __iomem *
txmac
= &adapter->regs->
txmac
;
in et1310_config_txmac_regs()
local
1146
writel(0, &
txmac
->cf_param);
in et1310_config_txmac_regs()
1148
writel(0x40, &
txmac
->cf_param);
in et1310_config_txmac_regs()
3446
writel(3, &iomem->
txmac
.bp_ctrl);
in et131x_isr()
3479
readl(&iomem->
txmac
.tx_test));
in et131x_isr()
3492
u32 err = readl(&iomem->
txmac
.err);
in et131x_isr()
H
A
D
et131x.h
496
/* structure for control reg in
txmac
address map
513
/* structure for shadow pointer reg in
txmac
address map
521
/* structure for error count reg in
txmac
address map
530
/* structure for max fill reg in
txmac
address map
536
/* structure for cf parameter reg in
txmac
address map
542
/* structure for tx test reg in
txmac
address map
551
/* structure for error reg in
txmac
address map
565
/* structure for error interrupt reg in
txmac
address map
579
/* structure for error interrupt reg in
txmac
address map
1233
struct txmac_regs
txmac
;
member
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/
H
A
D
et131x.c
874
ctl = readl(&adapter->regs->
txmac
.ctl);
in et1310_config_mac_regs2()
931
writel(ctl, &adapter->regs->
txmac
.ctl);
in et1310_config_mac_regs2()
1139
struct txmac_regs __iomem *
txmac
= &adapter->regs->
txmac
;
in et1310_config_txmac_regs()
local
1146
writel(0, &
txmac
->cf_param);
in et1310_config_txmac_regs()
1148
writel(0x40, &
txmac
->cf_param);
in et1310_config_txmac_regs()
3445
writel(3, &iomem->
txmac
.bp_ctrl);
in et131x_isr()
3478
readl(&iomem->
txmac
.tx_test));
in et131x_isr()
3491
u32 err = readl(&iomem->
txmac
.err);
in et131x_isr()
H
A
D
et131x.h
496
/* structure for control reg in
txmac
address map
513
/* structure for shadow pointer reg in
txmac
address map
521
/* structure for error count reg in
txmac
address map
530
/* structure for max fill reg in
txmac
address map
536
/* structure for cf parameter reg in
txmac
address map
542
/* structure for tx test reg in
txmac
address map
551
/* structure for error reg in
txmac
address map
565
/* structure for error interrupt reg in
txmac
address map
579
/* structure for error interrupt reg in
txmac
address map
1233
struct txmac_regs
txmac
;
member
[all...]
Completed in 15 milliseconds