Searched refs:IS_MFCV7_PLUS (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_ctrl.c146 if ((!dev->risc_on) || (!IS_MFCV7_PLUS(dev)))
H A Ds5p_mfc_opr_v6.c43 #define IS_MFCV6_V2(dev) (!IS_MFCV7_PLUS(dev) && dev->fw_ver == MFC_FW_V2)
191 else if (IS_MFCV7_PLUS(dev)) {
576 if (IS_MFCV7_PLUS(ctx->dev)) {
1773 if (IS_MFCV7_PLUS(dev) || IS_MFCV6_V2(dev)) {
1788 if (IS_MFCV7_PLUS(dev) || IS_MFCV6_V2(dev))
1881 if (IS_MFCV7_PLUS(dev)) {
2553 if (!IS_MFCV7_PLUS(dev))
H A Ds5p_mfc_common.h784 #define IS_MFCV7_PLUS(dev) ((dev)->variant->version >= 0x70) macro

Completed in 114 milliseconds