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:ctla
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/atari/
H
A
D
config.c
92
static int __init scc_test(volatile char *
ctla
)
in scc_test()
argument
94
if (!hwreg_present(
ctla
))
in scc_test()
98
*
ctla
= 2;
in scc_test()
100
*
ctla
= 0x40;
in scc_test()
103
*
ctla
= 2;
in scc_test()
105
if (*
ctla
!= 0x40)
in scc_test()
109
*
ctla
= 2;
in scc_test()
111
*
ctla
= 0x60;
in scc_test()
114
*
ctla
= 2;
in scc_test()
116
if (*
ctla
!
in scc_test()
[all...]
/kernel/linux/linux-6.6/arch/m68k/atari/
H
A
D
config.c
93
static int __init scc_test(volatile char *
ctla
)
in scc_test()
argument
95
if (!hwreg_present(
ctla
))
in scc_test()
99
*
ctla
= 2;
in scc_test()
101
*
ctla
= 0x40;
in scc_test()
104
*
ctla
= 2;
in scc_test()
106
if (*
ctla
!= 0x40)
in scc_test()
110
*
ctla
= 2;
in scc_test()
112
*
ctla
= 0x60;
in scc_test()
115
*
ctla
= 2;
in scc_test()
117
if (*
ctla
!
in scc_test()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
6038
u32
ctla
, ctlb;
in t4_get_trace_filter()
local
6042
ctla
= t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst);
in t4_get_trace_filter()
6046
*enabled = !!(
ctla
& TFEN_F);
in t4_get_trace_filter()
6047
tp->port = TFPORT_G(
ctla
);
in t4_get_trace_filter()
6048
tp->invert = !!(
ctla
& TFINVERTMATCH_F);
in t4_get_trace_filter()
6050
*enabled = !!(
ctla
& T5_TFEN_F);
in t4_get_trace_filter()
6051
tp->port = T5_TFPORT_G(
ctla
);
in t4_get_trace_filter()
6052
tp->invert = !!(
ctla
& T5_TFINVERTMATCH_F);
in t4_get_trace_filter()
6056
tp->skip_ofst = TFOFFSET_G(
ctla
);
in t4_get_trace_filter()
6057
tp->skip_len = TFLENGTH_G(
ctla
);
in t4_get_trace_filter()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
6008
u32
ctla
, ctlb;
in t4_get_trace_filter()
local
6012
ctla
= t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst);
in t4_get_trace_filter()
6016
*enabled = !!(
ctla
& TFEN_F);
in t4_get_trace_filter()
6017
tp->port = TFPORT_G(
ctla
);
in t4_get_trace_filter()
6018
tp->invert = !!(
ctla
& TFINVERTMATCH_F);
in t4_get_trace_filter()
6020
*enabled = !!(
ctla
& T5_TFEN_F);
in t4_get_trace_filter()
6021
tp->port = T5_TFPORT_G(
ctla
);
in t4_get_trace_filter()
6022
tp->invert = !!(
ctla
& T5_TFINVERTMATCH_F);
in t4_get_trace_filter()
6026
tp->skip_ofst = TFOFFSET_G(
ctla
);
in t4_get_trace_filter()
6027
tp->skip_len = TFLENGTH_G(
ctla
);
in t4_get_trace_filter()
[all...]
Completed in 19 milliseconds