Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c81 struct plat_serial8250_port *legacy_port; in add_legacy_port() local
116 legacy_port = &legacy_serial_ports[index]; in add_legacy_port()
125 legacy_serial_ports[legacy_serial_count] = *legacy_port; in add_legacy_port()
134 memset(legacy_port, 0, sizeof(*legacy_port)); in add_legacy_port()
136 legacy_port->iobase = base; in add_legacy_port()
138 legacy_port->mapbase = base; in add_legacy_port()
140 legacy_port->iotype = iotype; in add_legacy_port()
141 legacy_port->uartclk = clock; in add_legacy_port()
142 legacy_port->irq = irq; in add_legacy_port()
143 legacy_port->flags = flags; in add_legacy_port()
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_tc.c61 bool legacy_port:1; member
125 return intel_encoder_is_tc(&dig_port->base) && !tc->legacy_port; in intel_tc_port_handles_hpd_glitches()
473 if (tc->legacy_port) in tc_port_fixup_legacy_flag()
487 tc->legacy_port = !tc->legacy_port; in tc_port_fixup_legacy_flag()
517 if (tc->legacy_port) in icl_tc_phy_cold_off_domain()
1027 if (tc->legacy_port && (pch_isr & pch_isr_bit)) in xelpdp_tc_phy_hpd_live_status()
1382 if (tc->legacy_port) in get_tc_mode_in_phy_owned_state()
1403 if (tc->legacy_port) in get_tc_mode_in_phy_not_owned_state()
1424 if (tc->legacy_port) in tc_phy_get_current_mode()
1450 if (tc->legacy_port) in default_tc_mode()
[all …]