Lines Matching defs:clock
168 * In UDMA3 or higher we have to clock switch for the duration of the
183 void __iomem *clock = master + 0x11;
190 iowrite8(ioread8(clock) | sel66, clock);
192 iowrite8(ioread8(clock) & ~sel66, clock);
218 * After a DMA completes we need to put the clock back to 33MHz for
232 /* The clock bits are in the same register for both channels */
234 void __iomem *clock = master + 0x11;
240 iowrite8(ioread8(clock) & ~sel66, clock);
244 iowrite8(ioread8(clock) & ~sel66, clock);