Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_hti.c24 if (drm_WARN_ON(&i915->drm, phy == PHY_NONE)) in intel_hti_uses_phy()
H A Dintel_display_power_well.c256 return dig_port ? intel_port_to_phy(i915, dig_port->base.port) : PHY_NONE; in icl_aux_pw_to_phy()
425 if (phy != PHY_NONE) in icl_combo_phy_aux_power_well_enable()
449 if (phy != PHY_NONE) in icl_combo_phy_aux_power_well_disable()
H A Dintel_display.h198 PHY_NONE = -1, enumerator
H A Dintel_display.c1746 if (phy == PHY_NONE) in intel_phy_is_combo()
1782 if (phy == PHY_NONE) in intel_phy_is_snps()
/openbsd/sys/dev/ofw/
H A Dofw_misc.h52 #define PHY_NONE 0 macro