Searched refs:arm_app (Results 1 – 8 of 8) sorted by relevance
369 #define FW_CI_LL_SUPPORT(arm_app) ((arm_app) & 0x80000000) argument370 #define FW_4M_SDRAM(arm_app) ((arm_app) & 0x40000000) argument371 #define FW_VERSION(arm_app) ((arm_app) & 0x0000FFFF) argument
307 if (FW_VERSION(av7110->arm_app) <= 0x261c) { in av7110_wait_msgstate()362 if (FW_VERSION(av7110->arm_app) <= 0x261f) in __av7110_send_fw_cmd()394 if (FW_VERSION(av7110->arm_app) >= 0x261d) { in __av7110_send_fw_cmd()437 if (FW_VERSION(av7110->arm_app) <= 0x261f) in __av7110_send_fw_cmd()652 av7110->arm_app = (buf[6] << 16) + buf[7]; in av7110_firmversion()657 av7110->arm_rtsl, av7110->arm_vid, av7110->arm_app); in av7110_firmversion()660 if (FW_CI_LL_SUPPORT(av7110->arm_app)) in av7110_firmversion()933 if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->arm_app) < 0x261e) in ReleaseBitmap()1022 BUG_ON (FW_VERSION(av7110->arm_app) >= 0x261e); in OSDSetBlock()1095 if (FW_VERSION(av7110->arm_app) >= 0x2618) in av7110_osd_cmd()[all …]
546 if (FW_VERSION(av7110->arm_app) >= 0x2623) { in vidioc_g_sliced_vbi_cap()560 if (FW_VERSION(av7110->arm_app) < 0x2623) in vidioc_g_fmt_sliced_vbi_out()578 if (FW_VERSION(av7110->arm_app) < 0x2623) in vidioc_s_fmt_sliced_vbi_out()609 if (FW_VERSION(av7110->arm_app) < 0x2623) in av7110_vbi_reset()624 if (FW_VERSION(av7110->arm_app) < 0x2623 || !av7110->wssMode || count != sizeof d) in av7110_vbi_write()842 if (FW_VERSION(av7110->arm_app) < 0x2623) in av7110_init_v4l()850 if (FW_VERSION(av7110->arm_app) >= 0x2623) { in av7110_init_v4l()
270 cap.slot_type = (FW_CI_LL_SUPPORT(av7110->arm_app) ? in dvb_ca_ioctl()287 av7110->ci_slot[info->num].type = FW_CI_LL_SUPPORT(av7110->arm_app) ? in dvb_ca_ioctl()
234 u32 arm_app; member
219 } else if (FW_VERSION(av7110->arm_app) >= 0x2620) { in av7110_check_ir_config()
1378 if (FW_VERSION(av7110->arm_app) < 0x2621) in dvb_audio_ioctl()1424 if (FW_VERSION(av7110->arm_app) < 0x2621) in dvb_audio_ioctl()
2684 if (FW_VERSION(av7110->arm_app)<0x2501) in av7110_attach()2687 FW_VERSION(av7110->arm_app)); in av7110_attach()