Searched refs:p_rom (Results 1 – 1 of 1) sorted by relevance
1326 unsigned char *p_rom; in atom_get_vbios_name() local1336 p_rom = ctx->bios; in atom_get_vbios_name()1338 str_num = *(p_rom + OFFSET_TO_GET_ATOMBIOS_NUMBER_OF_STRINGS); in atom_get_vbios_name()1341 *(unsigned short *)(p_rom + OFFSET_TO_GET_ATOMBIOS_STRING_START); in atom_get_vbios_name()1343 c_ptr = (unsigned char *)(p_rom + off_to_vbios_str); in atom_get_vbios_name()1374 unsigned char *p_rom; in atom_get_vbios_date() local1377 p_rom = ctx->bios; in atom_get_vbios_date()1379 date_in_rom = p_rom + OFFSET_TO_VBIOS_DATE; in atom_get_vbios_date()1404 unsigned char *p_rom; in atom_find_str_in_rom() local1409 p_rom = ctx->bios; in atom_find_str_in_rom()[all …]