Home
last modified time | relevance | path

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

/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c46 #define IS_MFCV6_V2(dev) (!IS_MFCV7_PLUS(dev) && dev->fw_ver == MFC_FW_V2)
130 if (IS_MFCV7_PLUS(dev)) { in s5p_mfc_alloc_codec_buffers_v6()
397 if (IS_MFCV7_PLUS(ctx->dev)) { in s5p_mfc_enc_calc_src_size_v6()
1350 if (IS_MFCV7_PLUS(dev) || IS_MFCV6_V2(dev)) { in s5p_mfc_init_decode_v6()
1365 if (IS_MFCV7_PLUS(dev) || IS_MFCV6_V2(dev)) in s5p_mfc_init_decode_v6()
1452 if (IS_MFCV7_PLUS(dev)) { in s5p_mfc_init_encode_v6()
2098 if (!IS_MFCV7_PLUS(dev)) in s5p_mfc_init_regs_v6_plus()
Ds5p_mfc_ctrl.c177 if ((!dev->risc_on) || (!IS_MFCV7_PLUS(dev))) in s5p_mfc_reset()
Ds5p_mfc_common.h716 #define IS_MFCV7_PLUS(dev) (dev->variant->version >= 0x70 ? 1 : 0) macro