Searched refs:p_rom (Results 1 – 1 of 1) sorted by relevance
1307 unsigned char *p_rom; in atom_get_vbios_name() local1317 p_rom = ctx->bios; in atom_get_vbios_name()1355 unsigned char *p_rom; in atom_get_vbios_date() local1358 p_rom = ctx->bios; in atom_get_vbios_date()1360 date_in_rom = p_rom + OFFSET_TO_VBIOS_DATE; in atom_get_vbios_date()1385 unsigned char *p_rom; in atom_find_str_in_rom() local1390 p_rom = ctx->bios; in atom_find_str_in_rom()1394 if (str[str_off] != *(p_rom + start + str_off)) in atom_find_str_in_rom()1399 return p_rom + start; in atom_find_str_in_rom()1406 unsigned char *p_rom; in atom_get_vbios_pn() local[all …]
Completed in 7 milliseconds