OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gur_out32
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
mp.c
53
gur_out32
(&gur->scratchrw[6], mpidr);
100
gur_out32
(&gur->bootlocptrh, (u32)(gd->relocaddr >> 32));
101
gur_out32
(&gur->bootlocptrl, (u32)gd->relocaddr);
106
gur_out32
(&gur->scratchrw[6], 1);
140
gur_out32
(&gur->brrl, cores);
soc.c
431
gur_out32
(&gur->rstrqmr1, rstrqmr1);
/external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
soc.h
22
#define
gur_out32
(a, v) out_le32(a, v)
macro
25
#define
gur_out32
(a, v) out_be32(a, v)
macro
Completed in 497 milliseconds