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:PIO_ABCDSR2
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/
H
A
D
pinctrl-at91.h
38
#define
PIO_ABCDSR2
0x74 /* Peripheral ABCD Select Register 2 [some sam9 only] */
macro
H
A
D
pinctrl-at91.c
440
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR2
) & ~mask,
in at91_mux_pio3_set_A_periph()
441
pio +
PIO_ABCDSR2
);
in at91_mux_pio3_set_A_periph()
local
448
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR2
) & ~mask,
in at91_mux_pio3_set_B_periph()
449
pio +
PIO_ABCDSR2
);
in at91_mux_pio3_set_B_periph()
local
455
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR2
) | mask, pio +
PIO_ABCDSR2
);
in at91_mux_pio3_set_C_periph()
local
461
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR2
) | mask, pio +
PIO_ABCDSR2
);
in at91_mux_pio3_set_D_periph()
local
472
select |= (!!(readl_relaxed(pio +
PIO_ABCDSR2
) & mask) << 1);
in at91_mux_pio3_get_periph()
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinctrl-at91.h
38
#define
PIO_ABCDSR2
0x74 /* Peripheral ABCD Select Register 2 [some sam9 only] */
macro
H
A
D
pinctrl-at91.c
460
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR2
) & ~mask,
in at91_mux_pio3_set_A_periph()
461
pio +
PIO_ABCDSR2
);
in at91_mux_pio3_set_A_periph()
local
468
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR2
) & ~mask,
in at91_mux_pio3_set_B_periph()
469
pio +
PIO_ABCDSR2
);
in at91_mux_pio3_set_B_periph()
local
475
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR2
) | mask, pio +
PIO_ABCDSR2
);
in at91_mux_pio3_set_C_periph()
local
481
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR2
) | mask, pio +
PIO_ABCDSR2
);
in at91_mux_pio3_set_D_periph()
local
492
select |= (!!(readl_relaxed(pio +
PIO_ABCDSR2
) & mask) << 1);
in at91_mux_pio3_get_periph()
Completed in 7 milliseconds