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:TG3_PHY_ID_MASK
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
2182
if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5401) {
in tg3_phy_set_extloopbk()
2741
if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5401) {
in tg3_phy_reset()
3013
else if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5411) {
in tg3_5700_link_polarity()
4813
if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5401) {
in tg3_setup_copper_phy()
5042
if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5411 &&
in tg3_setup_copper_phy()
8282
u32 masked_phy_id = tp->phy_id &
TG3_PHY_ID_MASK
;
in tg3_phy_lpbk_set()
15575
hw_phy_id_masked = hw_phy_id &
TG3_PHY_ID_MASK
;
in tg3_phy_probe()
15664
if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5401) {
in tg3_phy_probe()
17565
switch (tp->phy_id &
TG3_PHY_ID_MASK
) {
in tg3_phy_string()
H
A
D
tg3.h
3282
#define
TG3_PHY_ID_MASK
0xfffffff0
macro
3316
* already masked with
TG3_PHY_ID_MASK
.
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
2176
if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5401) {
in tg3_phy_set_extloopbk()
2735
if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5401) {
in tg3_phy_reset()
3007
else if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5411) {
in tg3_5700_link_polarity()
4808
if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5401) {
in tg3_setup_copper_phy()
5037
if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5411 &&
in tg3_setup_copper_phy()
8267
u32 masked_phy_id = tp->phy_id &
TG3_PHY_ID_MASK
;
in tg3_phy_lpbk_set()
15527
hw_phy_id_masked = hw_phy_id &
TG3_PHY_ID_MASK
;
in tg3_phy_probe()
15616
if ((tp->phy_id &
TG3_PHY_ID_MASK
) == TG3_PHY_ID_BCM5401) {
in tg3_phy_probe()
17488
switch (tp->phy_id &
TG3_PHY_ID_MASK
) {
in tg3_phy_string()
H
A
D
tg3.h
3282
#define
TG3_PHY_ID_MASK
0xfffffff0
macro
3316
* already masked with
TG3_PHY_ID_MASK
.
Completed in 59 milliseconds