Searched refs:vbios_str (Results 1 – 1 of 1) sorted by relevance
1408 unsigned char *vbios_str; in atom_get_vbios_pn() local1418 vbios_str = (unsigned char *)(p_rom + off_to_vbios_str); in atom_get_vbios_pn()1420 vbios_str = p_rom + OFFSET_TO_VBIOS_PART_NUMBER; in atom_get_vbios_pn()1423 if (*vbios_str == 0) { in atom_get_vbios_pn()1424 vbios_str = atom_find_str_in_rom(ctx, BIOS_ATOM_PREFIX, 3, 1024, 64); in atom_get_vbios_pn()1425 if (vbios_str == NULL) in atom_get_vbios_pn()1426 vbios_str += sizeof(BIOS_ATOM_PREFIX) - 1; in atom_get_vbios_pn()1428 if (vbios_str != NULL && *vbios_str == 0) in atom_get_vbios_pn()1429 vbios_str++; in atom_get_vbios_pn()1431 if (vbios_str != NULL) { in atom_get_vbios_pn()[all …]