Home
last modified time | relevance | path

Searched refs:IS_MFCV6_PLUS (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_ctrl.c129 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_reset()
181 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_init_memctrl()
199 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_clear_cmds()
238 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_init_hw()
281 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_init_hw()
372 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_wait_wakeup()
H A Ds5p_mfc_opr.c19 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_init_hw_ops()
30 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_init_regs()
H A Ds5p_mfc_cmd.c17 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_init_hw_cmds()
H A Ds5p_mfc_common.h783 #define IS_MFCV6_PLUS(dev) ((dev)->variant->version >= 0x60) macro