Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/
A Ds5p_mfc_opr_v6.c43 #define IS_MFCV6_V2(dev) (!IS_MFCV7_PLUS(dev) && dev->fw_ver == MFC_FW_V2)
157 else if (IS_MFCV7_PLUS(dev)) { in s5p_mfc_alloc_codec_buffers_v6()
483 if (IS_MFCV7_PLUS(ctx->dev)) { in s5p_mfc_enc_calc_src_size_v6()
1620 if (IS_MFCV7_PLUS(dev) || IS_MFCV6_V2(dev)) { in s5p_mfc_init_decode_v6()
1635 if (IS_MFCV7_PLUS(dev) || IS_MFCV6_V2(dev)) in s5p_mfc_init_decode_v6()
1724 if (IS_MFCV7_PLUS(dev)) { in s5p_mfc_init_encode_v6()
2380 if (!IS_MFCV7_PLUS(dev)) in s5p_mfc_init_regs_v6_plus()
A Ds5p_mfc_ctrl.c140 if ((!dev->risc_on) || (!IS_MFCV7_PLUS(dev))) in s5p_mfc_reset()
A Ds5p_mfc_common.h775 #define IS_MFCV7_PLUS(dev) (dev->variant->version >= 0x70 ? 1 : 0) macro

Completed in 11 milliseconds