Searched refs:grf_lp_con (Results 1 – 2 of 2) sorted by relevance
361 u32 grf_lp_con; in enable_low_power() local375 grf_lp_con = (0x7 << 16) | (1 << 1); in enable_low_power()377 grf_lp_con = (0x7 << 16) | (1 << 0); in enable_low_power()379 grf_lp_con = (0x7 << 16) | (1 << 2); in enable_low_power()382 grf_lp_con = grf_lp_con | (0x1 << (9 + 16)) | (0x1 << 9); in enable_low_power()383 writel(grf_lp_con, ddr_grf_base + DDR_GRF_LP_CON); in enable_low_power()
2341 u32 grf_lp_con; in enable_low_power() local2346 grf_lp_con = (0x7 << 16) | (1 << 1); in enable_low_power()2348 grf_lp_con = (0x7 << 16) | (1 << 0); in enable_low_power()2350 grf_lp_con = (0x7 << 16) | (1 << 2); in enable_low_power()2353 grf_lp_con = grf_lp_con | (0x1 << (9 + 16)) | (0x1 << 9); in enable_low_power()2354 writel(grf_lp_con, &dram->ddrgrf->ddr_grf_lp_con); in enable_low_power()