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
1884 (VPFE_CAPTURE_VERSION_CODE >> 16) & 0xff, in vpfe_probe()1885 (VPFE_CAPTURE_VERSION_CODE >> 8) & 0xff, in vpfe_probe()1886 (VPFE_CAPTURE_VERSION_CODE) & 0xff); in vpfe_probe()