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_RX_RXEN_
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H
A
D
lan743x_main.c
850
lan743x_csr_write(adapter, MAC_RX, temp |
MAC_RX_RXEN_
);
in lan743x_mac_open()
867
temp &= ~
MAC_RX_RXEN_
;
in lan743x_mac_close()
895
if (mac_rx &
MAC_RX_RXEN_
) {
in lan743x_mac_set_mtu()
901
mac_rx &= ~
MAC_RX_RXEN_
;
in lan743x_mac_set_mtu()
914
mac_rx |=
MAC_RX_RXEN_
;
in lan743x_mac_set_mtu()
2992
macrx |=
MAC_RX_RXEN_
;
in lan743x_pm_set_wol()
2997
macrx |=
MAC_RX_RXEN_
;
in lan743x_pm_set_wol()
3003
macrx |=
MAC_RX_RXEN_
;
in lan743x_pm_set_wol()
3033
macrx |=
MAC_RX_RXEN_
;
in lan743x_pm_set_wol()
3053
macrx |=
MAC_RX_RXEN_
;
in lan743x_pm_set_wol()
[all...]
H
A
D
lan743x_main.h
122
#define
MAC_RX_RXEN_
BIT(0)
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H
A
D
lan743x_main.c
1303
lan743x_csr_write(adapter, MAC_RX, temp |
MAC_RX_RXEN_
);
in lan743x_mac_open()
1320
temp &= ~
MAC_RX_RXEN_
;
in lan743x_mac_close()
1348
if (mac_rx &
MAC_RX_RXEN_
) {
in lan743x_mac_set_mtu()
1354
mac_rx &= ~
MAC_RX_RXEN_
;
in lan743x_mac_set_mtu()
1367
mac_rx |=
MAC_RX_RXEN_
;
in lan743x_mac_set_mtu()
3522
macrx |=
MAC_RX_RXEN_
;
in lan743x_pm_set_wol()
3527
macrx |=
MAC_RX_RXEN_
;
in lan743x_pm_set_wol()
3533
macrx |=
MAC_RX_RXEN_
;
in lan743x_pm_set_wol()
3563
macrx |=
MAC_RX_RXEN_
;
in lan743x_pm_set_wol()
3583
macrx |=
MAC_RX_RXEN_
;
in lan743x_pm_set_wol()
[all...]
H
A
D
lan743x_main.h
182
#define
MAC_RX_RXEN_
BIT(0)
macro
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
lan78xx.c
2175
rxenabled = ((buf &
MAC_RX_RXEN_
) != 0);
in lan78xx_set_rx_max_frame_length()
2178
buf &= ~
MAC_RX_RXEN_
;
in lan78xx_set_rx_max_frame_length()
2189
buf |=
MAC_RX_RXEN_
;
in lan78xx_set_rx_max_frame_length()
2552
buf |=
MAC_RX_RXEN_
;
in lan78xx_reset()
3799
buf &= ~
MAC_RX_RXEN_
;
in lan78xx_set_suspend()
3920
buf |=
MAC_RX_RXEN_
;
in lan78xx_set_suspend()
3952
buf &= ~
MAC_RX_RXEN_
;
in lan78xx_suspend()
3973
buf &= ~
MAC_RX_RXEN_
;
in lan78xx_suspend()
4007
buf |=
MAC_RX_RXEN_
;
in lan78xx_suspend()
H
A
D
lan78xx.h
564
#define
MAC_RX_RXEN_
(0x00000001)
macro
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
lan78xx.h
564
#define
MAC_RX_RXEN_
(0x00000001)
macro
H
A
D
lan78xx.c
2449
rxenabled = ((buf &
MAC_RX_RXEN_
) != 0);
in lan78xx_set_rx_max_frame_length()
2452
buf &= ~
MAC_RX_RXEN_
;
in lan78xx_set_rx_max_frame_length()
2463
buf |=
MAC_RX_RXEN_
;
in lan78xx_set_rx_max_frame_length()
2843
ret = lan78xx_start_hw(dev, MAC_RX,
MAC_RX_RXEN_
);
in lan78xx_start_rx_path()
2858
ret = lan78xx_stop_hw(dev, MAC_RX,
MAC_RX_RXEN_
, MAC_RX_RXD_);
in lan78xx_stop_rx_path()
Completed in 31 milliseconds