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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_hw.c284 if (FW_VERSION(av7110->arm_app) <= 0x261c) {
339 if (FW_VERSION(av7110->arm_app) <= 0x261f)
371 if (FW_VERSION(av7110->arm_app) >= 0x261d) {
414 if (FW_VERSION(av7110->arm_app) <= 0x261f)
880 if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->arm_app) < 0x261e)
969 BUG_ON (FW_VERSION(av7110->arm_app) >= 0x261e);
1042 if (FW_VERSION(av7110->arm_app) >= 0x2618)
H A Dav7110_v4l.c522 if (FW_VERSION(av7110->arm_app) >= 0x2623) {
536 if (FW_VERSION(av7110->arm_app) < 0x2623)
554 if (FW_VERSION(av7110->arm_app) < 0x2623)
585 if (FW_VERSION(av7110->arm_app) < 0x2623)
600 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.c1362 if (FW_VERSION(av7110->arm_app) < 0x2621)
1408 if (FW_VERSION(av7110->arm_app) < 0x2621)
H A Dav7110.c2657 if (FW_VERSION(av7110->arm_app)<0x2501)
2659 "System might be unstable!\n", FW_VERSION(av7110->arm_app));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_main.c1007 #define FW_VERSION __stringify(FW_VERSION_MAJOR) "." \ macro
1009 #define FW_FNAME "cxgb3/t3fw-" FW_VERSION ".bin"

Completed in 130 milliseconds