Home
last modified time | relevance | path

Searched refs:IS_MFCV7_PLUS (Results 1 – 2 of 2) 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()
395 if (IS_MFCV7_PLUS(ctx->dev)) { in s5p_mfc_enc_calc_src_size_v6()
1352 if (IS_MFCV7_PLUS(dev) || IS_MFCV6_V2(dev)) { in s5p_mfc_init_decode_v6()
1367 if (IS_MFCV7_PLUS(dev) || IS_MFCV6_V2(dev)) in s5p_mfc_init_decode_v6()
1455 if (IS_MFCV7_PLUS(dev)) { in s5p_mfc_init_encode_v6()
2197 if (!IS_MFCV7_PLUS(dev)) in s5p_mfc_init_regs_v6_plus()
Ds5p_mfc_common.h720 #define IS_MFCV7_PLUS(dev) (dev->variant->version >= 0x70 ? 1 : 0) macro