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:CMD_SW_RESET
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet_wol.c
138
if (reg &
CMD_SW_RESET
)
in bcmgenet_wol_power_down_cfg()
139
reg &= ~
CMD_SW_RESET
;
in bcmgenet_wol_power_down_cfg()
H
A
D
bcmmii.c
99
if (reg &
CMD_SW_RESET
) {
in bcmgenet_mii_setup()
100
reg &= ~
CMD_SW_RESET
;
in bcmgenet_mii_setup()
H
A
D
bcmgenet.h
175
#define
CMD_SW_RESET
(1 << 13)
macro
H
A
D
bcmgenet.c
2424
if (reg &
CMD_SW_RESET
)
in umac_enable_set()
2446
bcmgenet_umac_writel(priv,
CMD_SW_RESET
, UMAC_CMD);
in reset_umac()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet_wol.c
155
if (reg &
CMD_SW_RESET
)
in bcmgenet_wol_power_down_cfg()
156
reg &= ~
CMD_SW_RESET
;
in bcmgenet_wol_power_down_cfg()
H
A
D
bcmmii.c
83
if (reg &
CMD_SW_RESET
) {
in bcmgenet_mac_config()
84
reg &= ~
CMD_SW_RESET
;
in bcmgenet_mac_config()
H
A
D
bcmgenet.c
2473
if (reg &
CMD_SW_RESET
)
in umac_enable_set()
2495
bcmgenet_umac_writel(priv,
CMD_SW_RESET
, UMAC_CMD);
in reset_umac()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
unimac.h
27
#define
CMD_SW_RESET
(1 << 13)
macro
H
A
D
bcm4908_enet.c
407
enet_umac_write(enet, UMAC_CMD, cmd |
CMD_SW_RESET
);
in bcm4908_enet_gmac_init()
408
enet_umac_write(enet, UMAC_CMD, cmd & ~
CMD_SW_RESET
);
in bcm4908_enet_gmac_init()
H
A
D
bgmac.c
757
cmdcfg_sr =
CMD_SW_RESET
;
in bgmac_umac_cmd_maskset()
994
cmdcfg_sr =
CMD_SW_RESET
;
in bgmac_chip_reset()
1052
cmdcfg_sr =
CMD_SW_RESET
;
in bgmac_enable()
H
A
D
bcmsysport.c
1825
reg |=
CMD_SW_RESET
;
in umac_reset()
1829
reg &= ~
CMD_SW_RESET
;
in umac_reset()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
bcmsysport.h
232
#define
CMD_SW_RESET
(1 << 13)
macro
H
A
D
bcmsysport.c
1809
reg |=
CMD_SW_RESET
;
in umac_reset()
1813
reg &= ~
CMD_SW_RESET
;
in umac_reset()
Completed in 26 milliseconds