Searched refs:p_rom (Results 1 – 1 of 1) sorted by relevance
1305 unsigned char *p_rom; in atom_get_vbios_name() local1315 p_rom = ctx->bios; in atom_get_vbios_name()1353 unsigned char *p_rom; in atom_get_vbios_date() local1356 p_rom = ctx->bios; in atom_get_vbios_date()1358 date_in_rom = p_rom + OFFSET_TO_VBIOS_DATE; in atom_get_vbios_date()1383 unsigned char *p_rom; in atom_find_str_in_rom() local1388 p_rom = ctx->bios; in atom_find_str_in_rom()1392 if (str[str_off] != *(p_rom + start + str_off)) in atom_find_str_in_rom()1397 return p_rom + start; in atom_find_str_in_rom()1404 unsigned char *p_rom; in atom_get_vbios_pn() local[all …]
Completed in 5 milliseconds