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

/drivers/input/keyboard/
H A Dqt1070.c41 #define FW_VERSION 0x01 macro
106 ver = qt1070_read(client, FW_VERSION);
/drivers/media/dvb/ttpci/
H A Dav7110_hw.c306 if (FW_VERSION(av7110->arm_app) <= 0x261c) {
361 if (FW_VERSION(av7110->arm_app) <= 0x261f)
393 if (FW_VERSION(av7110->arm_app) >= 0x261d) {
436 if (FW_VERSION(av7110->arm_app) <= 0x261f)
925 if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->arm_app) < 0x261e)
1014 BUG_ON (FW_VERSION(av7110->arm_app) >= 0x261e);
1087 if (FW_VERSION(av7110->arm_app) >= 0x2618)
H A Dav7110_v4l.c530 if (FW_VERSION(av7110->arm_app) >= 0x2623) {
544 if (FW_VERSION(av7110->arm_app) < 0x2623)
562 if (FW_VERSION(av7110->arm_app) < 0x2623)
593 if (FW_VERSION(av7110->arm_app) < 0x2623)
608 if (FW_VERSION(av7110->arm_app) < 0x2623 || !av7110->wssMode || count != sizeof d)
H A Dav7110_hw.h370 #define FW_VERSION(arm_app) ((arm_app) & 0x0000FFFF) macro
H A Dav7110_ir.c242 } else if (FW_VERSION(av7110->arm_app) >= 0x2620) {
H A Dav7110_av.c1367 if (FW_VERSION(av7110->arm_app) < 0x2621)
1413 if (FW_VERSION(av7110->arm_app) < 0x2621)
H A Dav7110.c2693 if (FW_VERSION(av7110->arm_app)<0x2501)
2695 "System might be unstable!\n", FW_VERSION(av7110->arm_app));
/drivers/usb/storage/
H A Drealtek_cr.c140 #define FW_VERSION(chip) ((chip)->status[0].fw_ver) macro
161 #define CHECK_FW_VER(chip, fw_ver) (FW_VERSION(chip) == (fw_ver))
714 if ((PRODUCT_ID(chip) != 0x0158) || (FW_VERSION(chip) != 0x5895)) {
740 if ((PRODUCT_ID(chip) != 0x0158) || (FW_VERSION(chip) != 0x5895)) {
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c986 #define FW_VERSION __stringify(FW_VERSION_MAJOR) "." \ macro
988 #define FW_FNAME "cxgb3/t3fw-" FW_VERSION ".bin"

Completed in 174 milliseconds