Home | History | Annotate | Download | only in sunxi

Lines Matching defs:phase

61 	struct sunxi_ccu_phase *phase = &clk->u.phase;
77 val = CCU_READ(sc, phase->reg);
78 delay = __SHIFTOUT(val, phase->mask);
87 struct sunxi_ccu_phase *phase = &clk->u.phase;
109 val = CCU_READ(sc, phase->reg);
110 val &= ~phase->mask;
111 val |= __SHIFTIN(delay, phase->mask);
112 CCU_WRITE(sc, phase->reg, val);
121 struct sunxi_ccu_phase *phase = &clk->u.phase;
125 return phase->parent;