Lines Matching refs:ccr
102 u16 ccr; member
226 u16 ccr; in tc6393xb_ohci_enable() local
231 ccr = tmio_ioread16(tc6393xb->scr + SCR_CCR); in tc6393xb_ohci_enable()
232 ccr |= SCR_CCR_USBCK; in tc6393xb_ohci_enable()
233 tmio_iowrite16(ccr, tc6393xb->scr + SCR_CCR); in tc6393xb_ohci_enable()
248 u16 ccr; in tc6393xb_ohci_disable() local
257 ccr = tmio_ioread16(tc6393xb->scr + SCR_CCR); in tc6393xb_ohci_disable()
258 ccr &= ~SCR_CCR_USBCK; in tc6393xb_ohci_disable()
259 tmio_iowrite16(ccr, tc6393xb->scr + SCR_CCR); in tc6393xb_ohci_disable()
281 u16 ccr; in tc6393xb_fb_enable() local
285 ccr = tmio_ioread16(tc6393xb->scr + SCR_CCR); in tc6393xb_fb_enable()
286 ccr &= ~SCR_CCR_MCLK_MASK; in tc6393xb_fb_enable()
287 ccr |= SCR_CCR_MCLK_48; in tc6393xb_fb_enable()
288 tmio_iowrite16(ccr, tc6393xb->scr + SCR_CCR); in tc6393xb_fb_enable()
299 u16 ccr; in tc6393xb_fb_disable() local
303 ccr = tmio_ioread16(tc6393xb->scr + SCR_CCR); in tc6393xb_fb_disable()
304 ccr &= ~SCR_CCR_MCLK_MASK; in tc6393xb_fb_disable()
305 ccr |= SCR_CCR_MCLK_OFF; in tc6393xb_fb_disable()
306 tmio_iowrite16(ccr, tc6393xb->scr + SCR_CCR); in tc6393xb_fb_disable()
776 tc6393xb->suspend_state.ccr = ioread16(tc6393xb->scr + SCR_CCR); in tc6393xb_suspend()
811 iowrite16(tc6393xb->suspend_state.ccr, tc6393xb->scr + SCR_CCR); in tc6393xb_resume()