Searched refs:clk_mgt (Results 1 – 1 of 1) sorted by relevance
452 struct clk_mgt { struct469 static struct clk_mgt clk_mgt[PRCMU_NUM_REG_CLOCKS] = { argument1256 val = readl(prcmu_base + clk_mgt[clock].offset); in request_clock()1263 writel(val, prcmu_base + clk_mgt[clock].offset); in request_clock()1439 val = readl(prcmu_base + clk_mgt[clock].offset); in clock_rate()1447 val |= clk_mgt[clock].pllsw; in clock_rate()1600 val = readl(prcmu_base + clk_mgt[clock].offset); in round_clock_rate()1602 clk_mgt[clock].branch); in round_clock_rate()1605 if (clk_mgt[clock].clk38div) { in round_clock_rate()1762 clk_mgt[clock].branch); in set_clock_rate()[all …]