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:MCFQSPI_CS2
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/coldfire/
H
A
D
device.c
231
status = gpio_request(
MCFQSPI_CS2
, "
MCFQSPI_CS2
");
in mcf_cs_setup()
233
pr_debug("gpio_request for
MCFQSPI_CS2
failed\n");
in mcf_cs_setup()
236
status = gpio_direction_output(
MCFQSPI_CS2
, 1);
in mcf_cs_setup()
238
pr_debug("gpio_direction_output for
MCFQSPI_CS2
failed\n");
in mcf_cs_setup()
259
gpio_free(
MCFQSPI_CS2
);
in mcf_cs_setup()
273
gpio_free(
MCFQSPI_CS2
);
in mcf_cs_teardown()
289
gpio_set_value(
MCFQSPI_CS2
, cs_high);
in mcf_cs_select()
310
gpio_set_value(
MCFQSPI_CS2
, !cs_high);
in mcf_cs_deselect()
H
A
D
m525x.c
55
f |= (1 <<
MCFQSPI_CS2
) | (1 << MCFQSPI_CS1) | (1 << MCFQSPI_CS0);
in m525x_qspi_init()
/kernel/linux/linux-6.6/arch/m68k/coldfire/
H
A
D
device.c
231
status = gpio_request(
MCFQSPI_CS2
, "
MCFQSPI_CS2
");
in mcf_cs_setup()
233
pr_debug("gpio_request for
MCFQSPI_CS2
failed\n");
in mcf_cs_setup()
236
status = gpio_direction_output(
MCFQSPI_CS2
, 1);
in mcf_cs_setup()
238
pr_debug("gpio_direction_output for
MCFQSPI_CS2
failed\n");
in mcf_cs_setup()
259
gpio_free(
MCFQSPI_CS2
);
in mcf_cs_setup()
273
gpio_free(
MCFQSPI_CS2
);
in mcf_cs_teardown()
289
gpio_set_value(
MCFQSPI_CS2
, cs_high);
in mcf_cs_select()
310
gpio_set_value(
MCFQSPI_CS2
, !cs_high);
in mcf_cs_deselect()
H
A
D
m525x.c
48
f |= (1 <<
MCFQSPI_CS2
) | (1 << MCFQSPI_CS1) | (1 << MCFQSPI_CS0);
in m525x_qspi_init()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
m525xsim.h
115
#define
MCFQSPI_CS2
21
macro
120
#define
MCFQSPI_CS2
24
macro
H
A
D
m520xsim.h
185
#define
MCFQSPI_CS2
27
macro
H
A
D
m527xsim.h
123
#define
MCFQSPI_CS2
99
macro
129
#define
MCFQSPI_CS2
61
macro
H
A
D
m528xsim.h
98
#define
MCFQSPI_CS2
149
macro
H
A
D
m523xsim.h
99
#define
MCFQSPI_CS2
103
macro
H
A
D
m53xxsim.h
118
#define
MCFQSPI_CS2
86
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
m525xsim.h
115
#define
MCFQSPI_CS2
21
macro
120
#define
MCFQSPI_CS2
24
macro
H
A
D
m520xsim.h
185
#define
MCFQSPI_CS2
27
macro
H
A
D
m527xsim.h
123
#define
MCFQSPI_CS2
99
macro
129
#define
MCFQSPI_CS2
61
macro
H
A
D
m528xsim.h
98
#define
MCFQSPI_CS2
149
macro
H
A
D
m523xsim.h
99
#define
MCFQSPI_CS2
103
macro
H
A
D
m53xxsim.h
118
#define
MCFQSPI_CS2
86
macro
Completed in 17 milliseconds