Home
last modified time | relevance | path

Searched refs:FW_VERSION (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110_v4l.c549 if (FW_VERSION(av7110->arm_app) >= 0x2623) { in vidioc_g_sliced_vbi_cap()
563 if (FW_VERSION(av7110->arm_app) < 0x2623) in vidioc_g_fmt_sliced_vbi_out()
581 if (FW_VERSION(av7110->arm_app) < 0x2623) in vidioc_s_fmt_sliced_vbi_out()
612 if (FW_VERSION(av7110->arm_app) < 0x2623) in av7110_vbi_reset()
627 if (FW_VERSION(av7110->arm_app) < 0x2623 || !av7110->wssMode || count != sizeof d) in av7110_vbi_write()
845 if (FW_VERSION(av7110->arm_app) < 0x2623) in av7110_init_v4l()
853 if (FW_VERSION(av7110->arm_app) >= 0x2623) { in av7110_init_v4l()
Dav7110_hw.c314 if (FW_VERSION(av7110->arm_app) <= 0x261c) { in av7110_wait_msgstate()
369 if (FW_VERSION(av7110->arm_app) <= 0x261f) in __av7110_send_fw_cmd()
401 if (FW_VERSION(av7110->arm_app) >= 0x261d) { in __av7110_send_fw_cmd()
444 if (FW_VERSION(av7110->arm_app) <= 0x261f) in __av7110_send_fw_cmd()
940 if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->arm_app) < 0x261e) in ReleaseBitmap()
1029 BUG_ON (FW_VERSION(av7110->arm_app) >= 0x261e); in OSDSetBlock()
1102 if (FW_VERSION(av7110->arm_app) >= 0x2618) in av7110_osd_cmd()
Dav7110_hw.h370 #define FW_VERSION(arm_app) ((arm_app) & 0x0000FFFF) macro
Dav7110_ir.c242 } else if (FW_VERSION(av7110->arm_app) >= 0x2620) { in av7110_check_ir_config()
Dav7110_av.c1376 if (FW_VERSION(av7110->arm_app) < 0x2621) in dvb_audio_ioctl()
1422 if (FW_VERSION(av7110->arm_app) < 0x2621) in dvb_audio_ioctl()
Dav7110.c2697 if (FW_VERSION(av7110->arm_app)<0x2501) in av7110_attach()
2699 "System might be unstable!\n", FW_VERSION(av7110->arm_app)); in av7110_attach()
/linux-4.4.14/drivers/input/keyboard/
Dqt1070.c40 #define FW_VERSION 0x01 macro
105 ver = qt1070_read(client, FW_VERSION); in qt1070_identify()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw_chip.h74 #define FW_VERSION(chip) ( \ macro
Dcsio_hw.c1879 .fw_ver = __cpu_to_be32(FW_VERSION(T5)),
/linux-4.4.14/drivers/usb/storage/
Drealtek_cr.c144 #define FW_VERSION(chip) ((chip)->status[0].fw_ver) macro
165 #define CHECK_FW_VER(chip, fw_ver) (FW_VERSION(chip) == (fw_ver))
709 if ((PRODUCT_ID(chip) != 0x0158) || (FW_VERSION(chip) != 0x5895)) { in fw5895_init()
732 if ((PRODUCT_ID(chip) != 0x0158) || (FW_VERSION(chip) != 0x5895)) { in fw5895_set_mmc_wp()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h360 #define FW_VERSION(chip) ( \ macro
Dcxgb4_main.c3633 .fw_ver = __cpu_to_be32(FW_VERSION(T4)),
3646 .fw_ver = __cpu_to_be32(FW_VERSION(T5)),
3659 .fw_ver = __cpu_to_be32(FW_VERSION(T6)),
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c990 #define FW_VERSION __stringify(FW_VERSION_MAJOR) "." \ macro
992 #define FW_FNAME "cxgb3/t3fw-" FW_VERSION ".bin"