Searched refs:cpg_write_32 (Results 1 – 1 of 1) sorted by relevance
/external/arm-trusted-firmware/drivers/renesas/common/ddr/ddr_b/ |
D | boot_init_dram.c | 235 static void cpg_write_32(uint32_t a, uint32_t v); 352 static void cpg_write_32(uint32_t a, uint32_t v) in cpg_write_32() function 394 cpg_write_32(CPG_PLLECR, data_l); in pll3_control() 401 cpg_write_32(CPG_FRQCRD, data_l); in pll3_control() 406 cpg_write_32(CPG_ZB3CKCR, data_l); in pll3_control() 411 cpg_write_32(CPG_PLLECR, data_l); in pll3_control() 421 cpg_write_32(CPG_FRQCRD, data_l); in pll3_control() 426 cpg_write_32(CPG_FRQCRB, data_l); in pll3_control() 430 cpg_write_32(CPG_PLL3CR, data_mul); in pll3_control() 441 cpg_write_32(CPG_FRQCRD, data_l); in pll3_control() [all …]
|