Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_bios.h272 uint16_t xlated_entry; member
Dnouveau_bios.c3777 …uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->o… in call_lvds_manufacturer_script()
3780 if (!bios->fp.xlated_entry || !sub || !scriptofs) in call_lvds_manufacturer_script()
3787 mdelay(ROM16(bios->data[bios->fp.xlated_entry + 7])); in call_lvds_manufacturer_script()
4248 …lvdsofs = bios->fp.xlated_entry = bios->fp.lvdsmanufacturerpointer + lth.headerlen + lth.recordlen… in nouveau_bios_parse_lvds_table()