Searched refs:grf_lp_con (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/ram/rockchip/
H A Dsdram_px30.c438 u32 grf_lp_con; local
452 grf_lp_con = (0x7 << 16) | (1 << 1);
454 grf_lp_con = (0x7 << 16) | (1 << 0);
456 grf_lp_con = (0x7 << 16) | (1 << 2);
459 grf_lp_con = grf_lp_con | (0x1 << (9 + 16)) | (0x1 << 9);
460 writel(grf_lp_con, ddr_grf_base + DDR_GRF_LP_CON);
H A Dsdram_rv1126.c2310 u32 grf_lp_con; local
2315 grf_lp_con = (0x7 << 16) | (1 << 1);
2317 grf_lp_con = (0x7 << 16) | (1 << 0);
2319 grf_lp_con = (0x7 << 16) | (1 << 2);
2322 grf_lp_con = grf_lp_con | (0x1 << (9 + 16)) | (0x1 << 9);
2323 writel(grf_lp_con, &dram->ddrgrf->ddr_grf_lp_con);

Completed in 216 milliseconds