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
41 #define VPFE_CAPTURE_VERSION_CODE ((VPFE_MAJOR_RELEASE << 16) | \ macro
1887 (VPFE_CAPTURE_VERSION_CODE >> 16) & 0xff, in vpfe_probe()1888 (VPFE_CAPTURE_VERSION_CODE >> 8) & 0xff, in vpfe_probe()1889 (VPFE_CAPTURE_VERSION_CODE) & 0xff); in vpfe_probe()