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:PGSR
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
mfp-pxa2xx.c
25
#define
PGSR
(x) __REG2(0x40F00020, (x) << 2)
macro
81
PGSR
(bank) |= mask;
in __mfp_config_gpio()
85
PGSR
(bank) &= ~mask;
in __mfp_config_gpio()
355
/* set corresponding
PGSR
bit of those marked MFP_LPM_KEEP_OUTPUT */
in pxa2xx_mfp_suspend()
360
PGSR
(gpio_to_bank(i)) |= GPIO_bit(i);
in pxa2xx_mfp_suspend()
362
PGSR
(gpio_to_bank(i)) &= ~GPIO_bit(i);
in pxa2xx_mfp_suspend()
371
saved_pgsr[i] =
PGSR
(i);
in pxa2xx_mfp_suspend()
373
GPSR(i * 32) =
PGSR
(i);
in pxa2xx_mfp_suspend()
374
GPCR(i * 32) = ~
PGSR
(i);
in pxa2xx_mfp_suspend()
400
PGSR
(
in pxa2xx_mfp_resume()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
mfp-pxa2xx.c
27
#define
PGSR
(x) __REG2(0x40F00020, (x) << 2)
macro
83
PGSR
(bank) |= mask;
in __mfp_config_gpio()
87
PGSR
(bank) &= ~mask;
in __mfp_config_gpio()
353
/* set corresponding
PGSR
bit of those marked MFP_LPM_KEEP_OUTPUT */
in pxa2xx_mfp_suspend()
358
PGSR
(gpio_to_bank(i)) |= GPIO_bit(i);
in pxa2xx_mfp_suspend()
360
PGSR
(gpio_to_bank(i)) &= ~GPIO_bit(i);
in pxa2xx_mfp_suspend()
369
saved_pgsr[i] =
PGSR
(i);
in pxa2xx_mfp_suspend()
371
GPSR(i * 32) =
PGSR
(i);
in pxa2xx_mfp_suspend()
372
GPCR(i * 32) = ~
PGSR
(i);
in pxa2xx_mfp_suspend()
398
PGSR
(
in pxa2xx_mfp_resume()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H
A
D
badge4.c
225
PGSR
= 0;
in badge4_init()
234
PGSR
|= BADGE4_GPIO_SA1111_NRST;
in badge4_init()
236
PGSR
|= (GPLR & (BADGE4_GPIO_SDTYP0|BADGE4_GPIO_SDTYP1));
in badge4_init()
H
A
D
generic.c
439
PGSR
&= ~GPIO_MBGNT;
in sa1110_mb_disable()
458
PGSR
&= ~GPIO_MBGNT;
in sa1110_mb_enable()
H
A
D
simpad.c
226
PGSR
= 0x818;
in simpad_map_io()
247
PGSR
= 0;
in simpad_power_off()
H
A
D
h3xxx.c
281
PGSR
= 0;
in h3xxx_map_io()
H
A
D
collie.c
384
PGSR
= _COLLIE_GPIO_nREMOCON_ON;
in collie_init()
H
A
D
assabet.c
573
PGSR
= 0;
in assabet_init()
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H
A
D
generic.c
420
PGSR
&= ~GPIO_MBGNT;
in sa1110_mb_disable()
439
PGSR
&= ~GPIO_MBGNT;
in sa1110_mb_enable()
H
A
D
h3xxx.c
281
PGSR
= 0;
in h3xxx_map_io()
H
A
D
collie.c
366
PGSR
= _COLLIE_GPIO_nREMOCON_ON;
in collie_init()
H
A
D
assabet.c
546
PGSR
= 0;
in assabet_init()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
874
*
PGSR
Power Manager (PM) General-Purpose Input/Output (GPIO)
890
#define
PGSR
__REG(0x90020018) /* PM GPIO Sleep state Reg. */
macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
874
*
PGSR
Power Manager (PM) General-Purpose Input/Output (GPIO)
890
#define
PGSR
__REG(0x90020018) /* PM GPIO Sleep state Reg. */
macro
Completed in 16 milliseconds