OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipu_dc_tmpl_reg
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/video/
ipu_regs.h
52
extern u32 *
ipu_dc_tmpl_reg
;
ipu_common.c
248
u32 *
ipu_dc_tmpl_reg
;
variable
481
ipu_dc_tmpl_reg
= (u32 *)(ipu_base + IPU_DC_TMPL_REG_BASE);
[
all
...]
ipu_disp.c
271
__raw_writel(reg,
ipu_dc_tmpl_reg
+ word * 2);
276
__raw_writel(reg,
ipu_dc_tmpl_reg
+ word * 2 + 1);
[
all
...]
Completed in 56 milliseconds