Lines Matching refs:ADV7611
80 ADV7611, // including ADV7610
2997 /* ADV7611 Register Settings Recommendations Rev 1.5, May 2014 */
3082 [ADV7611] = {
3083 .type = ADV7611,
3181 { "adv7610", (kernel_ulong_t)&adv76xx_chip_info[ADV7611] },
3182 { "adv7611", (kernel_ulong_t)&adv76xx_chip_info[ADV7611] },
3189 { .compatible = "adi,adv7610", .data = &adv76xx_chip_info[ADV7611] },
3190 { .compatible = "adi,adv7611", .data = &adv76xx_chip_info[ADV7611] },
3496 * identifies the revision, while on ADV7611 it identifies the model as
3497 * well. Use the HDMI slave address on ADV7604 and RD_INFO on ADV7611.
3512 case ADV7611:
3530 if ((state->info->type == ADV7611 && val != 0x2051) ||
3533 state->info->type == ADV7611 ? "ADV7610/11" : "ADV7612",