Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h124 uint16_t xlated_entry; member
H A Dnouveau_bios.c109 uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->or & DCB_OUTPUT_C ? 1 : 0); in call_lvds_manufacturer_script()
115 if (!bios->fp.xlated_entry || !sub || !scriptofs) in call_lvds_manufacturer_script()
122 mdelay(ROM16(bios->data[bios->fp.xlated_entry + 7])); in call_lvds_manufacturer_script()
587 lvdsofs = bios->fp.xlated_entry = bios->fp.lvdsmanufacturerpointer + lth.headerlen + lth.recordlen * lvdsmanufacturerindex; in nouveau_bios_parse_lvds_table()