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:regword
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/
H
A
D
iommu.c
193
u32
regword
;
in iob_init()
local
224
regword
= IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12);
in iob_init()
225
out_le32(iob+IOB_XLT_L1_REGBASE+i*4,
regword
);
in iob_init()
229
regword
= in_le32(iob+IOB_AD_REG);
in iob_init()
230
regword
&= ~IOB_AD_TRNG_MASK;
in iob_init()
231
regword
|= IOB_AD_TRNG_2G;
in iob_init()
232
out_le32(iob+IOB_AD_REG,
regword
);
in iob_init()
235
regword
= in_le32(iob+IOBCOM_REG);
in iob_init()
236
regword
|= IOBCOM_ATEN;
in iob_init()
237
out_le32(iob+IOBCOM_REG,
regword
);
in iob_init()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pasemi/
H
A
D
iommu.c
196
u32
regword
;
in iob_init()
local
227
regword
= IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12);
in iob_init()
228
out_le32(iob+IOB_XLT_L1_REGBASE+i*4,
regword
);
in iob_init()
232
regword
= in_le32(iob+IOB_AD_REG);
in iob_init()
233
regword
&= ~IOB_AD_TRNG_MASK;
in iob_init()
234
regword
|= IOB_AD_TRNG_2G;
in iob_init()
235
out_le32(iob+IOB_AD_REG,
regword
);
in iob_init()
238
regword
= in_le32(iob+IOBCOM_REG);
in iob_init()
239
regword
|= IOBCOM_ATEN;
in iob_init()
240
out_le32(iob+IOBCOM_REG,
regword
);
in iob_init()
[all...]
Completed in 2 milliseconds