Searched refs:pvr (Results 1 – 1 of 1) sorted by relevance
160 uint32 pvr; in check_cpu_features() local171 pvr = get_pvr(); in check_cpu_features()172 uint16 version = (uint16)(pvr >> 16); in check_cpu_features()173 uint16 revision = (uint16)(pvr & 0xffff); in check_cpu_features()248 TRACE(("PVR revision %sknown: 0x%8lx\n", pvr_unknown ? "un" : "", pvr)); in check_cpu_features()