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:wol_bits
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_utils_fw2x.c
362
u32
wol_bits
= 0;
in aq_fw2x_set_wol()
local
374
wol_bits
|= HW_ATL_FW2X_CTRL_WAKE_ON_LINK;
in aq_fw2x_set_wol()
378
wol_bits
|= HW_ATL_FW2X_CTRL_SLEEP_PROXY |
in aq_fw2x_set_wol()
397
aq_hw_write_reg(self, HW_ATL_FW2X_MPI_CONTROL2_ADDR,
wol_bits
);
in aq_fw2x_set_wol()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_utils_fw2x.c
362
u32
wol_bits
= 0;
in aq_fw2x_set_wol()
local
374
wol_bits
|= HW_ATL_FW2X_CTRL_WAKE_ON_LINK;
in aq_fw2x_set_wol()
378
wol_bits
|= HW_ATL_FW2X_CTRL_SLEEP_PROXY |
in aq_fw2x_set_wol()
397
aq_hw_write_reg(self, HW_ATL_FW2X_MPI_CONTROL2_ADDR,
wol_bits
);
in aq_fw2x_set_wol()
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/
H
A
D
sundance.c
1737
u8
wol_bits
;
in sundance_get_wol()
local
1745
wol_bits
= ioread8(ioaddr + WakeEvent);
in sundance_get_wol()
1746
if (
wol_bits
& MagicPktEnable)
in sundance_get_wol()
1748
if (
wol_bits
& LinkEventEnable)
in sundance_get_wol()
1757
u8
wol_bits
;
in sundance_set_wol()
local
1763
wol_bits
= ioread8(ioaddr + WakeEvent);
in sundance_set_wol()
1764
wol_bits
&= ~(WakePktEnable | MagicPktEnable |
in sundance_set_wol()
1769
wol_bits
|= (MagicPktEnable | WolEnable);
in sundance_set_wol()
1771
wol_bits
|= (LinkEventEnable | WolEnable);
in sundance_set_wol()
1773
iowrite8(
wol_bits
, ioadd
in sundance_set_wol()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/
H
A
D
sundance.c
1737
u8
wol_bits
;
in sundance_get_wol()
local
1745
wol_bits
= ioread8(ioaddr + WakeEvent);
in sundance_get_wol()
1746
if (
wol_bits
& MagicPktEnable)
in sundance_get_wol()
1748
if (
wol_bits
& LinkEventEnable)
in sundance_get_wol()
1757
u8
wol_bits
;
in sundance_set_wol()
local
1763
wol_bits
= ioread8(ioaddr + WakeEvent);
in sundance_set_wol()
1764
wol_bits
&= ~(WakePktEnable | MagicPktEnable |
in sundance_set_wol()
1769
wol_bits
|= (MagicPktEnable | WolEnable);
in sundance_set_wol()
1771
wol_bits
|= (LinkEventEnable | WolEnable);
in sundance_set_wol()
1773
iowrite8(
wol_bits
, ioadd
in sundance_set_wol()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/via/
H
A
D
via-rhine.c
378
enum
wol_bits
{
enum
/kernel/linux/linux-6.6/drivers/net/ethernet/via/
H
A
D
via-rhine.c
378
enum
wol_bits
{
enum
Completed in 16 milliseconds