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:gic_dist_base
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/ti/
H
A
D
pm33xx.c
55
static void __iomem *
gic_dist_base
;
variable
152
gic_dist_base
= ioremap(AM43XX_GIC_DIST_BASE, SZ_4K);
in am43xx_map_gic()
154
if (!
gic_dist_base
)
in am43xx_map_gic()
325
gic_dist_base
+ GIC_INT_SET_PENDING_BASE
in am33xx_pm_end()
/kernel/linux/linux-6.6/drivers/soc/ti/
H
A
D
pm33xx.c
55
static void __iomem *
gic_dist_base
;
variable
150
gic_dist_base
= ioremap(AM43XX_GIC_DIST_BASE, SZ_4K);
in am43xx_map_gic()
152
if (!
gic_dist_base
)
in am43xx_map_gic()
323
gic_dist_base
+ GIC_INT_SET_PENDING_BASE
in am33xx_pm_end()
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-gic.c
152
static inline void __iomem *
gic_dist_base
(struct irq_data *d)
in gic_dist_base()
function
186
writel_relaxed(mask,
gic_dist_base
(d) + offset + (gic_irq(d) / 32) * 4);
in gic_poke_irq()
192
return !!(readl_relaxed(
gic_dist_base
(d) + offset + (gic_irq(d) / 32) * 4) & mask);
in gic_peek_irq()
295
void __iomem *base =
gic_dist_base
(d);
in gic_set_type()
804
void __iomem *reg =
gic_dist_base
(d) + GIC_DIST_TARGET + gic_irq(d);
in gic_set_affinity()
H
A
D
irq-gic-v3.c
191
static inline void __iomem *
gic_dist_base
(struct irq_data *d)
in gic_dist_base()
function
463
void __iomem *base =
gic_dist_base
(d);
in gic_irq_set_prio()
1272
reg =
gic_dist_base
(d) + offset + (index * 8);
in gic_set_affinity()
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-gic.c
153
static inline void __iomem *
gic_dist_base
(struct irq_data *d)
in gic_dist_base()
function
187
writel_relaxed(mask,
gic_dist_base
(d) + offset + (gic_irq(d) / 32) * 4);
in gic_poke_irq()
193
return !!(readl_relaxed(
gic_dist_base
(d) + offset + (gic_irq(d) / 32) * 4) & mask);
in gic_peek_irq()
296
void __iomem *base =
gic_dist_base
(d);
in gic_set_type()
799
void __iomem *reg =
gic_dist_base
(d) + GIC_DIST_TARGET + gic_irq(d);
in gic_set_affinity()
H
A
D
irq-gic-v3.c
227
static inline void __iomem *
gic_dist_base
(struct irq_data *d)
in gic_dist_base()
function
502
void __iomem *base =
gic_dist_base
(d);
in gic_irq_set_prio()
1425
reg =
gic_dist_base
(d) + offset + (index * 8);
in gic_set_affinity()
Completed in 12 milliseconds