Home
last modified time | relevance | path

Searched refs:xlated_entry (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/
Dnouveau_bios.h123 uint16_t xlated_entry; member
Dnouveau_bios.c111 …uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->o… in call_lvds_manufacturer_script()
114 if (!bios->fp.xlated_entry || !sub || !scriptofs) in call_lvds_manufacturer_script()
121 mdelay(ROM16(bios->data[bios->fp.xlated_entry + 7])); in call_lvds_manufacturer_script()
586 …lvdsofs = bios->fp.xlated_entry = bios->fp.lvdsmanufacturerpointer + lth.headerlen + lth.recordlen… in nouveau_bios_parse_lvds_table()