OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dfistcfg0
(Results
1 - 11
of
11
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-rockchip/
ddr_rk3368.h
125
u32
dfistcfg0
;
member in struct:rk3368_ddr_pctl
ddr_rk3288.h
124
u32
dfistcfg0
;
member in struct:rk3288_ddr_pctl
sdram_rk3036.h
119
u32
dfistcfg0
;
member in struct:rk3036_ddr_pctl
sdram_rk322x.h
164
u32
dfistcfg0
;
member in struct:rk322x_ddr_pctl
/external/u-boot/arch/arm/include/asm/arch-sunxi/
dram_sun6i.h
147
u32
dfistcfg0
; /* 0x2c4 */
member in struct:sunxi_mctl_ctl_reg
/external/u-boot/arch/arm/mach-sunxi/
dram_sun6i.c
250
writel(MCTL_DFISTCFG0, &mctl_ctl->
dfistcfg0
);
/external/u-boot/drivers/ram/rockchip/
dmc-rk3368.c
403
writel(DFI_DATA_BYTE_DISABLE_EN, &pctl->
dfistcfg0
);
417
setbits_le32(&pctl->
dfistcfg0
, DFI_INIT_START);
sdram_rk3188.c
174
writel(DFI_INIT_START, &pctl->
dfistcfg0
);
411
setbits_le32(&pctl->
dfistcfg0
, 1 << 2);
sdram_rk3288.c
173
writel(DFI_INIT_START, &pctl->
dfistcfg0
);
469
setbits_le32(&pctl->
dfistcfg0
, 1 << 2);
sdram_rk322x.c
413
writel(DFI_INIT_START | DFI_DATA_BYTE_DISABLE_EN, &pctl->
dfistcfg0
);
/external/u-boot/arch/arm/mach-rockchip/rk3036/
sdram_rk3036.c
584
writel(DFI_INIT_START | DFI_DATA_BYTE_DISABLE_EN, &pctl->
dfistcfg0
);
Completed in 270 milliseconds