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_ABCDSR1
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/
H
A
D
pinctrl-at91.h
36
#define
PIO_ABCDSR1
0x70 /* Peripheral ABCD Select Register 1 [some sam9 only] */
macro
H
A
D
pinctrl-at91.c
438
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR1
) & ~mask,
in at91_mux_pio3_set_A_periph()
439
pio +
PIO_ABCDSR1
);
in at91_mux_pio3_set_A_periph()
local
446
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR1
) | mask,
in at91_mux_pio3_set_B_periph()
447
pio +
PIO_ABCDSR1
);
in at91_mux_pio3_set_B_periph()
local
454
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR1
) & ~mask, pio +
PIO_ABCDSR1
);
in at91_mux_pio3_set_C_periph()
local
460
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR1
) | mask, pio +
PIO_ABCDSR1
);
in at91_mux_pio3_set_D_periph()
local
471
select = !!(readl_relaxed(pio +
PIO_ABCDSR1
) & mask);
in at91_mux_pio3_get_periph()
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinctrl-at91.h
36
#define
PIO_ABCDSR1
0x70 /* Peripheral ABCD Select Register 1 [some sam9 only] */
macro
H
A
D
pinctrl-at91.c
458
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR1
) & ~mask,
in at91_mux_pio3_set_A_periph()
459
pio +
PIO_ABCDSR1
);
in at91_mux_pio3_set_A_periph()
local
466
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR1
) | mask,
in at91_mux_pio3_set_B_periph()
467
pio +
PIO_ABCDSR1
);
in at91_mux_pio3_set_B_periph()
local
474
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR1
) & ~mask, pio +
PIO_ABCDSR1
);
in at91_mux_pio3_set_C_periph()
local
480
writel_relaxed(readl_relaxed(pio +
PIO_ABCDSR1
) | mask, pio +
PIO_ABCDSR1
);
in at91_mux_pio3_set_D_periph()
local
491
select = !!(readl_relaxed(pio +
PIO_ABCDSR1
) & mask);
in at91_mux_pio3_get_periph()
Completed in 7 milliseconds