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:adapter_cnf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/
H
A
D
cs89x0.c
141
int
adapter_cnf
; /* adapter configuration from EEPROM */
member
497
if (((lp->
adapter_cnf
& A_CNF_DC_DC_POLARITY) != 0) ^ on_not_off)
in control_dc_dc()
934
if ((lp->
adapter_cnf
& A_CNF_EXTND_10B_2) &&
in net_open()
935
(lp->
adapter_cnf
& A_CNF_LOW_RX_SQUELCH))
in net_open()
941
switch (lp->
adapter_cnf
& A_CNF_MEDIA_TYPE) {
in net_open()
943
result = lp->
adapter_cnf
& A_CNF_10B_T;
in net_open()
946
result = lp->
adapter_cnf
& A_CNF_AUI;
in net_open()
949
result = lp->
adapter_cnf
& A_CNF_10B_2;
in net_open()
952
result = lp->
adapter_cnf
& (A_CNF_10B_T |
in net_open()
973
switch (lp->
adapter_cnf
in net_open()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/
H
A
D
cs89x0.c
142
int
adapter_cnf
; /* adapter configuration from EEPROM */
member
498
if (((lp->
adapter_cnf
& A_CNF_DC_DC_POLARITY) != 0) ^ on_not_off)
in control_dc_dc()
935
if ((lp->
adapter_cnf
& A_CNF_EXTND_10B_2) &&
in net_open()
936
(lp->
adapter_cnf
& A_CNF_LOW_RX_SQUELCH))
in net_open()
942
switch (lp->
adapter_cnf
& A_CNF_MEDIA_TYPE) {
in net_open()
944
result = lp->
adapter_cnf
& A_CNF_10B_T;
in net_open()
947
result = lp->
adapter_cnf
& A_CNF_AUI;
in net_open()
950
result = lp->
adapter_cnf
& A_CNF_10B_2;
in net_open()
953
result = lp->
adapter_cnf
& (A_CNF_10B_T |
in net_open()
974
switch (lp->
adapter_cnf
in net_open()
[all...]
Completed in 5 milliseconds