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:pic32_conf_base
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/pic32/pic32mzda/
H
A
D
config.c
22
static void __iomem *
pic32_conf_base
;
variable
30
v = readl(
pic32_conf_base
+ offset);
in pic32_conf_get_reg_field()
43
v = readl(
pic32_conf_base
+ offset);
in pic32_conf_modify_atomic()
46
writel(v,
pic32_conf_base
+ offset);
in pic32_conf_modify_atomic()
80
void __iomem *syskey =
pic32_conf_base
+ PIC32_SYSKEY;
in pic32_syskey_unlock_debug()
106
pic32_conf_base
= ioremap(PIC32_BASE_CONFIG, 0x110);
in pic32_config_init()
107
if (!
pic32_conf_base
)
in pic32_config_init()
111
pic32_reset_status = readl(
pic32_conf_base
+ PIC32_RCON);
in pic32_config_init()
112
writel(-1, PIC32_CLR(
pic32_conf_base
+ PIC32_RCON));
in pic32_config_init()
/kernel/linux/linux-6.6/arch/mips/pic32/pic32mzda/
H
A
D
config.c
22
static void __iomem *
pic32_conf_base
;
variable
30
v = readl(
pic32_conf_base
+ offset);
in pic32_conf_get_reg_field()
43
v = readl(
pic32_conf_base
+ offset);
in pic32_conf_modify_atomic()
46
writel(v,
pic32_conf_base
+ offset);
in pic32_conf_modify_atomic()
80
void __iomem *syskey =
pic32_conf_base
+ PIC32_SYSKEY;
in pic32_syskey_unlock_debug()
106
pic32_conf_base
= ioremap(PIC32_BASE_CONFIG, 0x110);
in pic32_config_init()
107
if (!
pic32_conf_base
)
in pic32_config_init()
111
pic32_reset_status = readl(
pic32_conf_base
+ PIC32_RCON);
in pic32_config_init()
112
writel(-1, PIC32_CLR(
pic32_conf_base
+ PIC32_RCON));
in pic32_config_init()
Completed in 1 milliseconds