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:frame_val
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
1119
u32
frame_val
;
in __tg3_readphy()
local
1133
frame_val
= ((phy_addr << MI_COM_PHY_ADDR_SHIFT) &
in __tg3_readphy()
1135
frame_val
|= ((reg << MI_COM_REG_ADDR_SHIFT) &
in __tg3_readphy()
1137
frame_val
|= (MI_COM_CMD_READ | MI_COM_START);
in __tg3_readphy()
1139
tw32_f(MAC_MI_COM,
frame_val
);
in __tg3_readphy()
1144
frame_val
= tr32(MAC_MI_COM);
in __tg3_readphy()
1146
if ((
frame_val
& MI_COM_BUSY) == 0) {
in __tg3_readphy()
1148
frame_val
= tr32(MAC_MI_COM);
in __tg3_readphy()
1156
*val =
frame_val
& MI_COM_DATA_MASK;
in __tg3_readphy()
1178
u32
frame_val
;
in __tg3_writephy()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
1120
u32
frame_val
;
in __tg3_readphy()
local
1134
frame_val
= ((phy_addr << MI_COM_PHY_ADDR_SHIFT) &
in __tg3_readphy()
1136
frame_val
|= ((reg << MI_COM_REG_ADDR_SHIFT) &
in __tg3_readphy()
1138
frame_val
|= (MI_COM_CMD_READ | MI_COM_START);
in __tg3_readphy()
1140
tw32_f(MAC_MI_COM,
frame_val
);
in __tg3_readphy()
1145
frame_val
= tr32(MAC_MI_COM);
in __tg3_readphy()
1147
if ((
frame_val
& MI_COM_BUSY) == 0) {
in __tg3_readphy()
1149
frame_val
= tr32(MAC_MI_COM);
in __tg3_readphy()
1157
*val =
frame_val
& MI_COM_DATA_MASK;
in __tg3_readphy()
1179
u32
frame_val
;
in __tg3_writephy()
local
[all...]
Completed in 16 milliseconds