Lines Matching refs:fer
98 u8 fer; member
223 u8 fer; in tc6393xb_ohci_enable() local
231 fer = tmio_ioread8(tc6393xb->scr + SCR_FER); in tc6393xb_ohci_enable()
232 fer |= SCR_FER_USBEN; in tc6393xb_ohci_enable()
233 tmio_iowrite8(fer, tc6393xb->scr + SCR_FER); in tc6393xb_ohci_enable()
245 u8 fer; in tc6393xb_ohci_disable() local
249 fer = tmio_ioread8(tc6393xb->scr + SCR_FER); in tc6393xb_ohci_disable()
250 fer &= ~SCR_FER_USBEN; in tc6393xb_ohci_disable()
251 tmio_iowrite8(fer, tc6393xb->scr + SCR_FER); in tc6393xb_ohci_disable()
312 u8 fer; in tc6393xb_lcd_set_power() local
317 fer = ioread8(tc6393xb->scr + SCR_FER); in tc6393xb_lcd_set_power()
319 fer |= SCR_FER_SLCDEN; in tc6393xb_lcd_set_power()
321 fer &= ~SCR_FER_SLCDEN; in tc6393xb_lcd_set_power()
322 iowrite8(fer, tc6393xb->scr + SCR_FER); in tc6393xb_lcd_set_power()
767 tc6393xb->suspend_state.fer = ioread8(tc6393xb->scr + SCR_FER); in tc6393xb_suspend()
801 iowrite8(tc6393xb->suspend_state.fer, tc6393xb->scr + SCR_FER); in tc6393xb_resume()