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:typer
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/
H
A
D
arm-gic-v3.h
86
#define GICD_TYPER_ID_BITS(
typer
) ((((
typer
) >> 19) & 0x1f) + 1)
87
#define GICD_TYPER_NUM_LPIS(
typer
) ((((
typer
) >> 11) & 0x1f) + 1)
88
#define GICD_TYPER_SPIS(
typer
) ((((
typer
)&0x1f) + 1) * 32)
89
#define GICD_TYPER_ESPIS(
typer
) (((
typer
)&GICD_TYPER_ESPI) ? GICD_TYPER_SPIS((
typer
) >> 27) : 0)
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3.c
872
u64
typer
;
in gic_iterate_rdists()
local
882
typer
= gic_read_typer(ptr + GICR_TYPER);
in gic_iterate_rdists()
896
if (
typer
& GICR_TYPER_VLPIS) {
in gic_iterate_rdists()
900
} while (!(
typer
& GICR_TYPER_LAST));
in gic_iterate_rdists()
909
u64
typer
;
in __gic_populate_rdist()
local
919
typer
= gic_read_typer(ptr + GICR_TYPER);
in __gic_populate_rdist()
920
if ((
typer
>> 0x20) == aff) {
in __gic_populate_rdist()
949
u64
typer
= gic_read_typer(ptr + GICR_TYPER);
in __gic_update_rdist_properties()
local
952
if ((
typer
& GICR_TYPER_VLPIS) && (
typer
in __gic_update_rdist_properties()
1738
u32
typer
;
gic_init_bases()
local
[all...]
H
A
D
irq-gic-v3-its.c
109
u64
typer
;
member
122
#define is_v4(its) (!!((its)->
typer
& GITS_TYPER_VLPIS))
123
#define is_v4_1(its) (!!((its)->
typer
& GITS_TYPER_VMAPP))
124
#define device_ids(its) (FIELD_GET(GITS_TYPER_DEVBITS, (its)->
typer
) + 1)
2469
svpet = FIELD_GET(GITS_TYPER_SVPET, its->
typer
);
in compute_its_aff()
2480
if (!FIELD_GET(GITS_TYPER_SVPET, cur_its->
typer
)) {
in find_sibling_its()
2494
if (!FIELD_GET(GITS_TYPER_SVPET, its->
typer
)) {
in find_sibling_its()
2656
if (!FIELD_GET(GITS_TYPER_SVPET, its->
typer
)) {
in inherit_vpe_l1_table_from_its()
3414
sz = nr_ites * (FIELD_GET(GITS_TYPER_ITT_ENTRY_SIZE, its->
typer
) + 1);
in its_create_device()
4638
its->
typer
in its_enable_quirk_cavium_22375()
4979
u64 baser, tmp,
typer
;
its_probe_one()
local
[all...]
Completed in 11 milliseconds