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:wkup_ddr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/
H
A
D
mpc52xx_pm.c
44
out_8(&gpiow->
wkup_ddr
, in_8(&gpiow->
wkup_ddr
) & ~(1 << pin));
in mpc52xx_set_wakeup_gpio()
H
A
D
mpc52xx_common.c
319
setbits8(&wkup_gpio->
wkup_ddr
, reset);
in mpc5200_psc_ac97_gpio_reset()
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/
H
A
D
mpc52xx_pm.c
46
out_8(&gpiow->
wkup_ddr
, in_8(&gpiow->
wkup_ddr
) & ~(1 << pin));
in mpc52xx_set_wakeup_gpio()
H
A
D
mpc52xx_common.c
282
setbits8(&wkup_gpio->
wkup_ddr
, reset);
in mpc5200_psc_ac97_gpio_reset()
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-mpc5200.c
97
out_8(®s->
wkup_ddr
, chip->shadow_ddr);
in mpc52xx_wkup_gpio_dir_in()
122
out_8(®s->
wkup_ddr
, chip->shadow_ddr);
in mpc52xx_wkup_gpio_dir_out()
162
chip->shadow_ddr = in_8(®s->
wkup_ddr
);
in mpc52xx_wkup_gpiochip_probe()
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-mpc5200.c
97
out_8(®s->
wkup_ddr
, chip->shadow_ddr);
in mpc52xx_wkup_gpio_dir_in()
122
out_8(®s->
wkup_ddr
, chip->shadow_ddr);
in mpc52xx_wkup_gpio_dir_out()
162
chip->shadow_ddr = in_8(®s->
wkup_ddr
);
in mpc52xx_wkup_gpiochip_probe()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
mpc52xx.h
156
u8
wkup_ddr
; /* GPIO_WKUP + 0x08 */
member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
mpc52xx.h
157
u8
wkup_ddr
; /* GPIO_WKUP + 0x08 */
member
Completed in 6 milliseconds