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

/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw_chip.h88 #define FW_VERSION(chip) ( \ macro
H A Dcsio_hw.c2280 .fw_ver = __cpu_to_be32(FW_VERSION(T5)),
2293 .fw_ver = __cpu_to_be32(FW_VERSION(T6)),
/linux-master/drivers/input/keyboard/
H A Dqt1070.c27 #define FW_VERSION 0x01 macro
92 ver = qt1070_read(client, FW_VERSION);
/linux-master/drivers/staging/media/av7110/
H A Dav7110_ir.c88 if (FW_VERSION(av7110->arm_app) >= 0x2620)
H A Dav7110_v4l.c541 if (FW_VERSION(av7110->arm_app) >= 0x2623) {
555 if (FW_VERSION(av7110->arm_app) < 0x2623)
576 if (FW_VERSION(av7110->arm_app) < 0x2623)
618 if (FW_VERSION(av7110->arm_app) < 0x2623 || !av7110->wssMode || count != sizeof d)
839 if (FW_VERSION(av7110->arm_app) < 0x2623)
847 if (FW_VERSION(av7110->arm_app) >= 0x2623) {
H A Dav7110_hw.c295 if (FW_VERSION(av7110->arm_app) <= 0x261c) {
350 if (FW_VERSION(av7110->arm_app) <= 0x261f)
382 if (FW_VERSION(av7110->arm_app) >= 0x261d) {
425 if (FW_VERSION(av7110->arm_app) <= 0x261f)
921 if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->arm_app) < 0x261e)
1010 if (WARN_ON(FW_VERSION(av7110->arm_app) >= 0x261e))
1084 if (FW_VERSION(av7110->arm_app) >= 0x2618)
H A Dav7110_hw.h371 #define FW_VERSION(arm_app) ((arm_app) & 0x0000FFFF) macro
H A Dav7110_av.c1419 if (FW_VERSION(av7110->arm_app) < 0x2621)
1465 if (FW_VERSION(av7110->arm_app) < 0x2621)
H A Dav7110.c2674 if (FW_VERSION(av7110->arm_app)<0x2501)
2677 FW_VERSION(av7110->arm_app));
/linux-master/drivers/usb/storage/
H A Drealtek_cr.c133 #define FW_VERSION(chip) ((chip)->status[0].fw_ver) macro
154 #define CHECK_FW_VER(chip, fw_ver) (FW_VERSION(chip) == (fw_ver))
701 if ((PRODUCT_ID(chip) != 0x0158) || (FW_VERSION(chip) != 0x5895)) {
724 if ((PRODUCT_ID(chip) != 0x0158) || (FW_VERSION(chip) != 0x5895)) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h531 #define FW_VERSION(chip) ( \ macro
H A Dcxgb4_main.c4707 .fw_ver = __cpu_to_be32(FW_VERSION(T4)),
4720 .fw_ver = __cpu_to_be32(FW_VERSION(T5)),
4733 .fw_ver = __cpu_to_be32(FW_VERSION(T6)),
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c990 #define FW_VERSION __stringify(FW_VERSION_MAJOR) "." \ macro
992 #define FW_FNAME "cxgb3/t3fw-" FW_VERSION ".bin"

Completed in 183 milliseconds