Searched refs:cp500_vers (Results 1 – 1 of 1) sorted by relevance
868 u32 cp500_vers; in cp500_probe() local913 cp500_vers = ioread32(cp500->system_startup_addr + CP500_VERSION_REG); in cp500_probe()914 cp500->version.major = (cp500_vers & 0xff); in cp500_probe()915 cp500->version.minor = (cp500_vers >> 8) & 0xff; in cp500_probe()916 cp500->version.build = (cp500_vers >> 16) & 0xffff; in cp500_probe()