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:iranges
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/chrp/
H
A
D
setup.c
379
const unsigned int *
iranges
, *opprop = NULL;
in chrp_find_openpic()
local
406
iranges
= of_get_property(np, "interrupt-ranges", &len);
in chrp_find_openpic()
407
if (
iranges
== NULL)
in chrp_find_openpic()
423
if (len > 0 &&
iranges
[1] != 0) {
in chrp_find_openpic()
425
iranges
[0],
iranges
[0] +
iranges
[1] - 1);
in chrp_find_openpic()
428
isu_size =
iranges
[3];
in chrp_find_openpic()
438
iranges
+= 2;
in chrp_find_openpic()
441
iranges
[
in chrp_find_openpic()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/chrp/
H
A
D
setup.c
370
const unsigned int *
iranges
, *opprop = NULL;
in chrp_find_openpic()
local
397
iranges
= of_get_property(np, "interrupt-ranges", &len);
in chrp_find_openpic()
398
if (
iranges
== NULL)
in chrp_find_openpic()
414
if (len > 0 &&
iranges
[1] != 0) {
in chrp_find_openpic()
416
iranges
[0],
iranges
[0] +
iranges
[1] - 1);
in chrp_find_openpic()
419
isu_size =
iranges
[3];
in chrp_find_openpic()
429
iranges
+= 2;
in chrp_find_openpic()
432
iranges
[
in chrp_find_openpic()
[all...]
Completed in 1 milliseconds