Lines Matching refs:fer
101 u8 fer; member
227 u8 fer; in tc6393xb_ohci_enable() local
235 fer = tmio_ioread8(tc6393xb->scr + SCR_FER); in tc6393xb_ohci_enable()
236 fer |= SCR_FER_USBEN; in tc6393xb_ohci_enable()
237 tmio_iowrite8(fer, tc6393xb->scr + SCR_FER); in tc6393xb_ohci_enable()
249 u8 fer; in tc6393xb_ohci_disable() local
253 fer = tmio_ioread8(tc6393xb->scr + SCR_FER); in tc6393xb_ohci_disable()
254 fer &= ~SCR_FER_USBEN; in tc6393xb_ohci_disable()
255 tmio_iowrite8(fer, tc6393xb->scr + SCR_FER); in tc6393xb_ohci_disable()
317 u8 fer; in tc6393xb_lcd_set_power() local
322 fer = ioread8(tc6393xb->scr + SCR_FER); in tc6393xb_lcd_set_power()
324 fer |= SCR_FER_SLCDEN; in tc6393xb_lcd_set_power()
326 fer &= ~SCR_FER_SLCDEN; in tc6393xb_lcd_set_power()
327 iowrite8(fer, tc6393xb->scr + SCR_FER); in tc6393xb_lcd_set_power()
777 tc6393xb->suspend_state.fer = ioread8(tc6393xb->scr + SCR_FER); in tc6393xb_suspend()
811 iowrite8(tc6393xb->suspend_state.fer, tc6393xb->scr + SCR_FER); in tc6393xb_resume()