Lines Matching refs:fer
102 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()
316 u8 fer; in tc6393xb_lcd_set_power() local
321 fer = ioread8(tc6393xb->scr + SCR_FER); in tc6393xb_lcd_set_power()
323 fer |= SCR_FER_SLCDEN; in tc6393xb_lcd_set_power()
325 fer &= ~SCR_FER_SLCDEN; in tc6393xb_lcd_set_power()
326 iowrite8(fer, tc6393xb->scr + SCR_FER); in tc6393xb_lcd_set_power()
824 tc6393xb->suspend_state.fer = ioread8(tc6393xb->scr + SCR_FER); in tc6393xb_suspend()
858 iowrite8(tc6393xb->suspend_state.fer, tc6393xb->scr + SCR_FER); in tc6393xb_resume()