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:RCR_PRMSC
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/davicom/
H
A
D
dm9000.h
105
#define
RCR_PRMSC
(1<<1)
macro
H
A
D
dm9000.c
855
rcr |=
RCR_PRMSC
;
in dm9000_hash_table_unlocked()
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
sr9700.h
56
#define
RCR_PRMSC
(1 << 1)
macro
H
A
D
sr9700.c
271
rx_ctl |=
RCR_PRMSC
;
in sr9700_set_multicast()
/kernel/linux/linux-6.6/drivers/net/ethernet/davicom/
H
A
D
dm9000.h
105
#define
RCR_PRMSC
(1<<1)
macro
H
A
D
dm9051.h
80
#define
RCR_PRMSC
BIT(1)
macro
H
A
D
dm9051.c
1043
rcr |=
RCR_PRMSC
;
in dm9051_set_rx_mode()
1044
netdev_dbg(ndev, "set_multicast rcr |=
RCR_PRMSC
, rcr= %02x\n", rcr);
in dm9051_set_rx_mode()
H
A
D
dm9000.c
851
rcr |=
RCR_PRMSC
;
in dm9000_hash_table_unlocked()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
sr9700.h
56
#define
RCR_PRMSC
(1 << 1)
macro
H
A
D
sr9700.c
272
rx_ctl |=
RCR_PRMSC
;
in sr9700_set_multicast()
Completed in 11 milliseconds