Home
last modified time | relevance | path

Searched refs:arm_app (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/staging/media/av7110/
H A Dav7110_hw.h362 #define FW_CI_LL_SUPPORT(arm_app) ((arm_app) & 0x80000000) argument
363 #define FW_4M_SDRAM(arm_app) ((arm_app) & 0x40000000) argument
364 #define FW_VERSION(arm_app) ((arm_app) & 0x0000FFFF) argument
H A Dav7110_v4l.c542 if (FW_VERSION(av7110->arm_app) >= 0x2623) { in vidioc_g_sliced_vbi_cap()
556 if (FW_VERSION(av7110->arm_app) < 0x2623) in vidioc_g_fmt_sliced_vbi_out()
577 if (FW_VERSION(av7110->arm_app) < 0x2623) in vidioc_try_fmt_sliced_vbi_out()
619 if (FW_VERSION(av7110->arm_app) < 0x2623 || !av7110->wssMode || count != sizeof(d)) in av7110_vbi_write()
844 if (FW_VERSION(av7110->arm_app) < 0x2623) in av7110_init_v4l()
852 if (FW_VERSION(av7110->arm_app) >= 0x2623) { in av7110_init_v4l()
H A Dav7110_ca.c259 cap.slot_type = (FW_CI_LL_SUPPORT(av7110->arm_app) ? in dvb_ca_ioctl()
279 av7110->ci_slot[slot_num].type = FW_CI_LL_SUPPORT(av7110->arm_app) ? in dvb_ca_ioctl()
H A Dav7110_ir.c87 if (FW_VERSION(av7110->arm_app) >= 0x2620) in change_protocol()
H A Dav7110.h220 u32 arm_app; member
H A Dav7110_av.c1428 if (FW_VERSION(av7110->arm_app) < 0x2621) in dvb_audio_ioctl()
1474 if (FW_VERSION(av7110->arm_app) < 0x2621) in dvb_audio_ioctl()
H A Dav7110.c2652 if (FW_VERSION(av7110->arm_app) < 0x2501) in av7110_attach()
2654 FW_VERSION(av7110->arm_app)); in av7110_attach()