Searched refs:FW_VERSION (Results 1 – 9 of 9) sorted by relevance
41 #define FW_VERSION 0x01 macro106 ver = qt1070_read(client, FW_VERSION); in qt1070_identify()
306 if (FW_VERSION(av7110->arm_app) <= 0x261c) { in av7110_wait_msgstate()361 if (FW_VERSION(av7110->arm_app) <= 0x261f) in __av7110_send_fw_cmd()393 if (FW_VERSION(av7110->arm_app) >= 0x261d) { in __av7110_send_fw_cmd()436 if (FW_VERSION(av7110->arm_app) <= 0x261f) in __av7110_send_fw_cmd()925 if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->arm_app) < 0x261e) in ReleaseBitmap()1014 BUG_ON (FW_VERSION(av7110->arm_app) >= 0x261e); in OSDSetBlock()1087 if (FW_VERSION(av7110->arm_app) >= 0x2618) in av7110_osd_cmd()
530 if (FW_VERSION(av7110->arm_app) >= 0x2623) { in vidioc_g_sliced_vbi_cap()544 if (FW_VERSION(av7110->arm_app) < 0x2623) in vidioc_g_fmt_sliced_vbi_out()562 if (FW_VERSION(av7110->arm_app) < 0x2623) in vidioc_s_fmt_sliced_vbi_out()593 if (FW_VERSION(av7110->arm_app) < 0x2623) in av7110_vbi_reset()608 if (FW_VERSION(av7110->arm_app) < 0x2623 || !av7110->wssMode || count != sizeof d) in av7110_vbi_write()
370 #define FW_VERSION(arm_app) ((arm_app) & 0x0000FFFF) macro
242 } else if (FW_VERSION(av7110->arm_app) >= 0x2620) { in av7110_check_ir_config()
1367 if (FW_VERSION(av7110->arm_app) < 0x2621) in dvb_audio_ioctl()1413 if (FW_VERSION(av7110->arm_app) < 0x2621) in dvb_audio_ioctl()
2693 if (FW_VERSION(av7110->arm_app)<0x2501) in av7110_attach()2695 "System might be unstable!\n", FW_VERSION(av7110->arm_app)); in av7110_attach()
140 #define FW_VERSION(chip) ((chip)->status[0].fw_ver) macro161 #define CHECK_FW_VER(chip, fw_ver) (FW_VERSION(chip) == (fw_ver))714 if ((PRODUCT_ID(chip) != 0x0158) || (FW_VERSION(chip) != 0x5895)) { in fw5895_init()740 if ((PRODUCT_ID(chip) != 0x0158) || (FW_VERSION(chip) != 0x5895)) { in fw5895_set_mmc_wp()
986 #define FW_VERSION __stringify(FW_VERSION_MAJOR) "." \ macro988 #define FW_FNAME "cxgb3/t3fw-" FW_VERSION ".bin"