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:GAFR
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H
A
D
pm.c
63
SAVE(
GAFR
);
in sa11x0_pm_enter()
97
RESTORE(
GAFR
);
in sa11x0_pm_enter()
H
A
D
clock.c
32
GAFR
|= GPIO_32_768kHz;
in clk_gpio27_enable()
45
GAFR
&= ~GPIO_32_768kHz;
in clk_gpio27_disable()
H
A
D
h3100.c
82
GAFR
&= ~0x000001fb;
in h3100_map_io()
H
A
D
generic.c
443
GAFR
&= ~(GPIO_MBGNT | GPIO_MBREQ);
in sa1110_mb_disable()
462
GAFR
|= (GPIO_MBGNT | GPIO_MBREQ);
in sa1110_mb_enable()
H
A
D
lart.c
160
GAFR
|= (GPIO_UART_TXD | GPIO_UART_RXD);
in lart_map_io()
H
A
D
pci-nanoengine.c
170
GAFR
|= GPIO_MBGNT | GPIO_MBREQ;
in pci_nanoengine_setup()
H
A
D
shannon.c
138
GAFR
|= (GPIO_UART_TXD | GPIO_UART_RXD);
in shannon_map_io()
H
A
D
pleb.c
119
GAFR
|= (GPIO_UART_TXD | GPIO_UART_RXD);
in pleb_map_io()
H
A
D
collie.c
369
GAFR
= GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM | GPIO_SSP_CLK |
in collie_init()
H
A
D
simpad.c
215
GAFR
|= GPIO_UART_TXD | GPIO_UART_RXD;
in simpad_map_io()
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H
A
D
pm.c
65
SAVE(
GAFR
);
in sa11x0_pm_enter()
99
RESTORE(
GAFR
);
in sa11x0_pm_enter()
H
A
D
clock.c
32
GAFR
|= GPIO_32_768kHz;
in clk_gpio27_enable()
45
GAFR
&= ~GPIO_32_768kHz;
in clk_gpio27_disable()
H
A
D
generic.c
424
GAFR
&= ~(GPIO_MBGNT | GPIO_MBREQ);
in sa1110_mb_disable()
443
GAFR
|= (GPIO_MBGNT | GPIO_MBREQ);
in sa1110_mb_enable()
H
A
D
collie.c
351
GAFR
= GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM | GPIO_SSP_CLK |
in collie_init()
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-intel-mid.c
51
GAFR
, /* alt function */
enumerator
89
void __iomem *gafr = gpio_reg_2bit(chip, offset,
GAFR
);
in intel_gpio_request()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1098
*
GAFR
General-Purpose Input/Output (GPIO) Alternate
1112
#define
GAFR
__REG(0x9004001C) /* GPIO Alternate Function Reg. */
macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
1098
*
GAFR
General-Purpose Input/Output (GPIO) Alternate
1112
#define
GAFR
__REG(0x9004001C) /* GPIO Alternate Function Reg. */
macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sa1100fb.c
771
* we'll still have to deal with
GAFR
.
in sa1100fb_setup_gpio()
775
GAFR
|= mask;
in sa1100fb_setup_gpio()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
sa1100fb.c
770
* we'll still have to deal with
GAFR
.
in sa1100fb_setup_gpio()
774
GAFR
|= mask;
in sa1100fb_setup_gpio()
Completed in 24 milliseconds