Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_bios.c953 uint8_t aux_channel; in parse_ddi_port() local
986 aux_channel = child->raw[25]; in parse_ddi_port()
1027 if (aux_channel == 0x40 && port != PORT_A) in parse_ddi_port()
1029 if (aux_channel == 0x10 && port != PORT_B) in parse_ddi_port()
1031 if (aux_channel == 0x20 && port != PORT_C) in parse_ddi_port()
1033 if (aux_channel == 0x30 && port != PORT_D) in parse_ddi_port()