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:wlock_mac
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
ich8lan.c
1936
u32
wlock_mac
;
in e1000_rar_get_count_pch_lpt()
local
1939
wlock_mac
= er32(FWSM) & E1000_FWSM_WLOCK_MAC_MASK;
in e1000_rar_get_count_pch_lpt()
1940
wlock_mac
>>= E1000_FWSM_WLOCK_MAC_SHIFT;
in e1000_rar_get_count_pch_lpt()
1942
switch (
wlock_mac
) {
in e1000_rar_get_count_pch_lpt()
1952
/* SHRA[0..(
wlock_mac
- 1)] available + RAR[0] */
in e1000_rar_get_count_pch_lpt()
1953
num_entries =
wlock_mac
+ 1;
in e1000_rar_get_count_pch_lpt()
1974
u32
wlock_mac
;
in e1000_rar_set_pch_lpt()
local
2000
wlock_mac
= er32(FWSM) & E1000_FWSM_WLOCK_MAC_MASK;
in e1000_rar_set_pch_lpt()
2001
wlock_mac
>>= E1000_FWSM_WLOCK_MAC_SHIFT;
in e1000_rar_set_pch_lpt()
2004
if (
wlock_mac
in e1000_rar_set_pch_lpt()
[all...]
H
A
D
ethtool.c
835
u32
wlock_mac
= 0;
in e1000_reg_test()
local
913
wlock_mac
= (er32(FWSM) & E1000_FWSM_WLOCK_MAC_MASK) >>
in e1000_reg_test()
919
if ((
wlock_mac
== 1) || (
wlock_mac
&& (i >
wlock_mac
)))
in e1000_reg_test()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
ich8lan.c
1950
u32
wlock_mac
;
in e1000_rar_get_count_pch_lpt()
local
1953
wlock_mac
= er32(FWSM) & E1000_FWSM_WLOCK_MAC_MASK;
in e1000_rar_get_count_pch_lpt()
1954
wlock_mac
>>= E1000_FWSM_WLOCK_MAC_SHIFT;
in e1000_rar_get_count_pch_lpt()
1956
switch (
wlock_mac
) {
in e1000_rar_get_count_pch_lpt()
1966
/* SHRA[0..(
wlock_mac
- 1)] available + RAR[0] */
in e1000_rar_get_count_pch_lpt()
1967
num_entries =
wlock_mac
+ 1;
in e1000_rar_get_count_pch_lpt()
1988
u32
wlock_mac
;
in e1000_rar_set_pch_lpt()
local
2014
wlock_mac
= er32(FWSM) & E1000_FWSM_WLOCK_MAC_MASK;
in e1000_rar_set_pch_lpt()
2015
wlock_mac
>>= E1000_FWSM_WLOCK_MAC_SHIFT;
in e1000_rar_set_pch_lpt()
2018
if (
wlock_mac
in e1000_rar_set_pch_lpt()
[all...]
H
A
D
ethtool.c
847
u32
wlock_mac
= 0;
in e1000_reg_test()
local
928
wlock_mac
= (er32(FWSM) & E1000_FWSM_WLOCK_MAC_MASK) >>
in e1000_reg_test()
934
if ((
wlock_mac
== 1) || (
wlock_mac
&& (i >
wlock_mac
)))
in e1000_reg_test()
Completed in 12 milliseconds