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:phy_id2
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H
A
D
pch_gbe_phy.c
101
u16
phy_id2
;
in pch_gbe_phy_get_id()
local
106
ret = pch_gbe_phy_read_reg_miic(hw, PHY_ID2, &
phy_id2
);
in pch_gbe_phy_get_id()
114
phy->id = ((phy->id << 6) | ((
phy_id2
& 0xFC00) >> 10));
in pch_gbe_phy_get_id()
115
phy->revision = (u32) (
phy_id2
& 0x000F);
in pch_gbe_phy_get_id()
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H
A
D
pch_gbe_phy.c
101
u16
phy_id2
;
in pch_gbe_phy_get_id()
local
106
ret = pch_gbe_phy_read_reg_miic(hw, PHY_ID2, &
phy_id2
);
in pch_gbe_phy_get_id()
114
phy->id = ((phy->id << 6) | ((
phy_id2
& 0xFC00) >> 10));
in pch_gbe_phy_get_id()
115
phy->revision = (u32) (
phy_id2
& 0x000F);
in pch_gbe_phy_get_id()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
368
u16
phy_id2
;
member
H
A
D
atl1c_hw.c
598
(atl1c_read_phy_reg(hw, MII_PHYSID2, &hw->
phy_id2
) != 0)) {
in atl1c_phy_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/
H
A
D
altera_tse.h
129
u32
phy_id2
; /* Bits 15:0 of PHY identifier */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
366
u16
phy_id2
;
member
H
A
D
atl1c_hw.c
603
(atl1c_read_phy_reg(hw, MII_PHYSID2, &hw->
phy_id2
) != 0)) {
in atl1c_phy_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/altera/
H
A
D
altera_tse.h
119
u32
phy_id2
; /* Bits 15:0 of PHY identifier */
member
Completed in 18 milliseconds