Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_bios.c5456 uint16_t legacy_scripts_offset, legacy_i2c_offset; in parse_bmp_structure() local
5560 legacy_i2c_offset = 0x48; /* BMP version 2 & 3 */ in parse_bmp_structure()
5562 legacy_i2c_offset = offset + 54; in parse_bmp_structure()
5563 bios->legacy.i2c_indices.crt = bios->data[legacy_i2c_offset]; in parse_bmp_structure()
5564 bios->legacy.i2c_indices.tv = bios->data[legacy_i2c_offset + 1]; in parse_bmp_structure()
5565 bios->legacy.i2c_indices.panel = bios->data[legacy_i2c_offset + 2]; in parse_bmp_structure()