Searched refs:gpio_table_ptr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h151 uint16_t gpio_table_ptr; member in struct:dcb_table
H A Dnouveau_bios.c5746 uint16_t gpio_table_ptr = bios->dcb.gpio_table_ptr; local
5747 uint8_t *gpio_table = &bios->data[gpio_table_ptr];
5755 if (gpio_table_ptr && entry_len != 4) {
5763 if (gpio_table_ptr && entry_len != 2) {
5802 if (!gpio_table_ptr)
5811 parse_entry(bios, gpio_table_ptr + header_len + entry_len * i);
6328 dcb->gpio_table_ptr = ROM16(dcbtable[10]);

Completed in 65 milliseconds