Lines Matching defs:phy_info
249 const struct bxt_dpio_phy_info *phy_info, *phys;
255 phy_info = &phys[i];
257 if (port == phy_info->channel[DPIO_CH0].port) {
263 if (phy_info->dual_channel &&
264 port == phy_info->channel[DPIO_CH1].port) {
358 const struct bxt_dpio_phy_info *phy_info;
360 phy_info = bxt_get_phy_info(display, phy);
362 if (!(intel_de_read(display, BXT_P_CR_GT_DISP_PWRON) & phy_info->pwron_mask))
399 const struct bxt_dpio_phy_info *phy_info;
402 phy_info = bxt_get_phy_info(display, phy);
406 if (phy_info->rcomp_phy != -1)
420 intel_de_rmw(display, BXT_P_CR_GT_DISP_PWRON, 0, phy_info->pwron_mask);
446 if (phy_info->dual_channel)
450 if (phy_info->rcomp_phy != -1) {
453 bxt_phy_wait_grc_done(display, phy_info->rcomp_phy);
460 val = bxt_get_grc(display, phy_info->rcomp_phy);
471 if (phy_info->reset_delay)
472 udelay(phy_info->reset_delay);
479 const struct bxt_dpio_phy_info *phy_info;
481 phy_info = bxt_get_phy_info(display, phy);
485 intel_de_rmw(display, BXT_P_CR_GT_DISP_PWRON, phy_info->pwron_mask, 0);
490 const struct bxt_dpio_phy_info *phy_info = bxt_get_phy_info(display, phy);
491 enum dpio_phy rcomp_phy = phy_info->rcomp_phy;
543 const struct bxt_dpio_phy_info *phy_info;
547 phy_info = bxt_get_phy_info(display, phy);
571 if (phy_info->dual_channel)
576 if (phy_info->rcomp_phy != -1) {