Searched refs:BiosVersion (Results 1 – 4 of 4) sorted by relevance
312 u8 BiosVersion[4]; member
6744 uint8_t BiosVersion[IPS_COMPAT_ID_LENGTH + 1]; local6755 memset(BiosVersion, 0, IPS_COMPAT_ID_LENGTH + 1);6758 memcpy(BiosVersion, ha->nvram->BiosCompatibilityID,6789 if (strncmp(BiosVersion, IPS_COMPAT_BIOS, IPS_COMPAT_ID_LENGTH) != 0)
529 U32 BiosVersion; /* 08h */ member
4106 ioc->biosVersion = le32_to_cpu(ppage_alloc->BiosVersion); in GetIoUnitPage2()