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:SZ_128K
(Results
1 - 8
of
8
) sorted by relevance
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/include/asm/
H
A
D
sizes.h
28
#define
SZ_128K
0x00020000
macro
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/include/asm/
H
A
D
sizes.h
28
#define
SZ_128K
0x00020000
macro
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
mpp_common.h
187
#define
SZ_128K
(SZ_1K * 128)
macro
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
mpp_common.h
173
#define
SZ_128K
(SZ_1K*128)
macro
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
mpp_common.h
173
#define
SZ_128K
(SZ_1K*128)
macro
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
mpp_common.h
149
#define
SZ_128K
(SZ_1K*128)
macro
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3.c
956
val = gicr_read_vpendbaser(ptr +
SZ_128K
+ GICR_VPENDBASER);
in __gic_update_rdist_properties()
959
ptr +
SZ_128K
+ GICR_VPENDBASER);
in __gic_update_rdist_properties()
962
val = gicr_read_vpropbaser(ptr +
SZ_128K
+ GICR_VPROPBASER);
in __gic_update_rdist_properties()
964
gicr_write_vpropbaser(val, ptr +
SZ_128K
+ GICR_VPROPBASER);
in __gic_update_rdist_properties()
H
A
D
irq-gic-v3-its.c
197
#define gic_data_rdist_vlpi_base() (gic_data_rdist_rd_base() +
SZ_128K
)
2726
val = gicr_read_vpropbaser(base +
SZ_128K
+ GICR_VPROPBASER);
in inherit_vpe_l1_table_from_rd()
2755
val = gicr_read_vpropbaser(base +
SZ_128K
+ GICR_VPROPBASER);
in allocate_vpe_l2_table()
4249
writeq_relaxed(val, its->sgir_base + GITS_SGIR -
SZ_128K
);
in its_sgi_set_irqchip_state()
4282
base = gic_data_rdist_cpu(cpu)->rd_base +
SZ_128K
;
in its_sgi_get_irqchip_state()
4712
its->vlpi_redist_offset =
SZ_128K
;
in its_enable_quirk_hip07_161600802()
5036
its->sgir_base = ioremap(res->start +
SZ_128K
, SZ_64K);
in its_probe_one()
5259
#define ACPI_GICV3_ITS_MEM_SIZE (
SZ_128K
)
Completed in 13 milliseconds