Searched refs:VPFE_CAPTURE_VERSION_CODE (Results 1 – 3 of 3) sorted by relevance
34 #define VPFE_CAPTURE_VERSION_CODE ((VPFE_MAJOR_RELEASE << 16) | \ macro
37 #define VPFE_CAPTURE_VERSION_CODE ((VPFE_MAJOR_RELEASE << 16) | \ macro
1801 (VPFE_CAPTURE_VERSION_CODE >> 16) & 0xff, in vpfe_probe()1802 (VPFE_CAPTURE_VERSION_CODE >> 8) & 0xff, in vpfe_probe()1803 (VPFE_CAPTURE_VERSION_CODE) & 0xff); in vpfe_probe()