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:MAC_CTRL_BC_EN
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H
A
D
atlx.h
209
#define
MAC_CTRL_BC_EN
0x4000000
macro
H
A
D
atl2.c
1131
value |=
MAC_CTRL_BC_EN
;
in atl2_setup_mac_ctrl()
1551
ctrl |=
MAC_CTRL_BC_EN
;
in atl2_suspend()
H
A
D
atl1.c
1269
value |=
MAC_CTRL_BC_EN
;
in atl1_setup_mac_ctrl()
2804
ctrl |=
MAC_CTRL_BC_EN
;
in atl1_suspend()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H
A
D
atlx.h
209
#define
MAC_CTRL_BC_EN
0x4000000
macro
H
A
D
atl2.c
1131
value |=
MAC_CTRL_BC_EN
;
in atl2_setup_mac_ctrl()
1551
ctrl |=
MAC_CTRL_BC_EN
;
in atl2_suspend()
H
A
D
atl1.c
1269
value |=
MAC_CTRL_BC_EN
;
in atl1_setup_mac_ctrl()
2806
ctrl |=
MAC_CTRL_BC_EN
;
in atl1_suspend()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_hw.h
290
#define
MAC_CTRL_BC_EN
0x4000000 /* 1: upload all broadcast frame without error to system */
macro
H
A
D
atl1e_main.c
1068
value |=
MAC_CTRL_BC_EN
;
in atl1e_setup_mac_ctrl()
2156
mac_ctrl_data |=
MAC_CTRL_BC_EN
;
in atl1e_suspend()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_hw.h
290
#define
MAC_CTRL_BC_EN
0x4000000 /* 1: upload all broadcast frame without error to system */
macro
H
A
D
atl1e_main.c
1068
value |=
MAC_CTRL_BC_EN
;
in atl1e_setup_mac_ctrl()
2156
mac_ctrl_data |=
MAC_CTRL_BC_EN
;
in atl1e_suspend()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c_hw.h
369
#define
MAC_CTRL_BC_EN
BIT(26)
macro
H
A
D
atl1c_hw.c
790
mac_ctrl |= MAC_CTRL_RX_EN |
MAC_CTRL_BC_EN
;
in atl1c_power_saving()
H
A
D
atl1c_main.c
1202
MAC_CTRL_BC_EN
| MAC_CTRL_SINGLE_PAUSE_EN |
in atl1c_start_mac()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c_hw.h
370
#define
MAC_CTRL_BC_EN
BIT(26)
macro
H
A
D
atl1c_hw.c
816
mac_ctrl |= MAC_CTRL_RX_EN |
MAC_CTRL_BC_EN
;
in atl1c_power_saving()
H
A
D
atl1c_main.c
1242
MAC_CTRL_BC_EN
| MAC_CTRL_SINGLE_PAUSE_EN |
in atl1c_start_mac()
Completed in 41 milliseconds