Lines Matching refs:ccr
99 u16 ccr; member
222 u16 ccr; in tc6393xb_ohci_enable() local
227 ccr = tmio_ioread16(tc6393xb->scr + SCR_CCR); in tc6393xb_ohci_enable()
228 ccr |= SCR_CCR_USBCK; in tc6393xb_ohci_enable()
229 tmio_iowrite16(ccr, tc6393xb->scr + SCR_CCR); in tc6393xb_ohci_enable()
244 u16 ccr; in tc6393xb_ohci_disable() local
253 ccr = tmio_ioread16(tc6393xb->scr + SCR_CCR); in tc6393xb_ohci_disable()
254 ccr &= ~SCR_CCR_USBCK; in tc6393xb_ohci_disable()
255 tmio_iowrite16(ccr, tc6393xb->scr + SCR_CCR); in tc6393xb_ohci_disable()
277 u16 ccr; in tc6393xb_fb_enable() local
281 ccr = tmio_ioread16(tc6393xb->scr + SCR_CCR); in tc6393xb_fb_enable()
282 ccr &= ~SCR_CCR_MCLK_MASK; in tc6393xb_fb_enable()
283 ccr |= SCR_CCR_MCLK_48; in tc6393xb_fb_enable()
284 tmio_iowrite16(ccr, tc6393xb->scr + SCR_CCR); in tc6393xb_fb_enable()
295 u16 ccr; in tc6393xb_fb_disable() local
299 ccr = tmio_ioread16(tc6393xb->scr + SCR_CCR); in tc6393xb_fb_disable()
300 ccr &= ~SCR_CCR_MCLK_MASK; in tc6393xb_fb_disable()
301 ccr |= SCR_CCR_MCLK_OFF; in tc6393xb_fb_disable()
302 tmio_iowrite16(ccr, tc6393xb->scr + SCR_CCR); in tc6393xb_fb_disable()
766 tc6393xb->suspend_state.ccr = ioread16(tc6393xb->scr + SCR_CCR); in tc6393xb_suspend()
803 iowrite16(tc6393xb->suspend_state.ccr, tc6393xb->scr + SCR_CCR); in tc6393xb_resume()