Home
last modified time | relevance | path

Searched refs:risc_on (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_ctrl.c139 if (dev->risc_on && !IS_MFCV12(dev)) in s5p_mfc_reset()
146 if ((!dev->risc_on) || (!IS_MFCV7_PLUS(dev))) in s5p_mfc_reset()
225 dev->risc_on = 0; in s5p_mfc_init_hw()
239 dev->risc_on = 1; in s5p_mfc_init_hw()
339 dev->risc_on = 1; in s5p_mfc_v8_wait_wakeup()
373 dev->risc_on = 1; in s5p_mfc_wait_wakeup()
394 dev->risc_on = 0; in s5p_mfc_wakeup()
H A Ds5p_mfc_opr.h20 void __iomem *risc_on; member