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:MCFGPIO_SCR_START
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
mcfgpio.h
146
#define
MCFGPIO_SCR_START
40
macro
149
#define
MCFGPIO_SCR_START
0
macro
151
#define
MCFGPIO_SCR_START
8
macro
155
mcfgpio_port(gpio -
MCFGPIO_SCR_START
))
158
mcfgpio_port(gpio -
MCFGPIO_SCR_START
))
161
#define
MCFGPIO_SCR_START
MCFGPIO_PIN_MAX
macro
208
return MCFGPIO_PPDR + mcfgpio_port(gpio -
MCFGPIO_SCR_START
);
in __mcfgpio_ppdr()
251
return MCFGPIO_PODR + mcfgpio_port(gpio -
MCFGPIO_SCR_START
);
in __mcfgpio_podr()
294
return MCFGPIO_PDDR + mcfgpio_port(gpio -
MCFGPIO_SCR_START
);
in __mcfgpio_pddr()
H
A
D
gpio.h
33
if (gpio <
MCFGPIO_SCR_START
) {
in gpio_set_value()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
mcfgpio.h
138
#define
MCFGPIO_SCR_START
40
macro
141
#define
MCFGPIO_SCR_START
0
macro
143
#define
MCFGPIO_SCR_START
8
macro
147
mcfgpio_port(gpio -
MCFGPIO_SCR_START
))
150
mcfgpio_port(gpio -
MCFGPIO_SCR_START
))
153
#define
MCFGPIO_SCR_START
MCFGPIO_PIN_MAX
macro
200
return MCFGPIO_PPDR + mcfgpio_port(gpio -
MCFGPIO_SCR_START
);
in __mcfgpio_ppdr()
243
return MCFGPIO_PODR + mcfgpio_port(gpio -
MCFGPIO_SCR_START
);
in __mcfgpio_podr()
286
return MCFGPIO_PDDR + mcfgpio_port(gpio -
MCFGPIO_SCR_START
);
in __mcfgpio_pddr()
/kernel/linux/linux-5.10/arch/m68k/coldfire/
H
A
D
gpio.c
27
if (gpio <
MCFGPIO_SCR_START
) {
in __mcfgpio_set_value()
76
if (gpio <
MCFGPIO_SCR_START
) {
in __mcfgpio_direction_output()
/kernel/linux/linux-6.6/arch/m68k/coldfire/
H
A
D
gpio.c
27
if (gpio <
MCFGPIO_SCR_START
) {
in __mcfgpio_set_value()
76
if (gpio <
MCFGPIO_SCR_START
) {
in __mcfgpio_direction_output()
Completed in 7 milliseconds