phy_control 1294 drivers/gpu/drm/i915/display/intel_display_power.c u32 phy_control = dev_priv->chv_phy_control; phy_control 1322 drivers/gpu/drm/i915/display/intel_display_power.c if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH0)) == 0) phy_control 1323 drivers/gpu/drm/i915/display/intel_display_power.c phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH0); phy_control 1325 drivers/gpu/drm/i915/display/intel_display_power.c if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH1)) == 0) phy_control 1326 drivers/gpu/drm/i915/display/intel_display_power.c phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1); phy_control 1329 drivers/gpu/drm/i915/display/intel_display_power.c if (BITS_SET(phy_control, phy_control 1339 drivers/gpu/drm/i915/display/intel_display_power.c if (BITS_SET(phy_control, phy_control 1344 drivers/gpu/drm/i915/display/intel_display_power.c if (BITS_SET(phy_control, phy_control 1347 drivers/gpu/drm/i915/display/intel_display_power.c if (BITS_SET(phy_control, phy_control 1351 drivers/gpu/drm/i915/display/intel_display_power.c if (BITS_SET(phy_control, phy_control 1354 drivers/gpu/drm/i915/display/intel_display_power.c if (BITS_SET(phy_control, phy_control 1363 drivers/gpu/drm/i915/display/intel_display_power.c if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY1, DPIO_CH0)) == 0) phy_control 1364 drivers/gpu/drm/i915/display/intel_display_power.c phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY1, DPIO_CH0); phy_control 1366 drivers/gpu/drm/i915/display/intel_display_power.c if (BITS_SET(phy_control, phy_control 1370 drivers/gpu/drm/i915/display/intel_display_power.c if (BITS_SET(phy_control, phy_control 1373 drivers/gpu/drm/i915/display/intel_display_power.c if (BITS_SET(phy_control, phy_control 1357 drivers/net/ethernet/broadcom/tg3.c u32 phy_control; phy_control 1363 drivers/net/ethernet/broadcom/tg3.c phy_control = BMCR_RESET; phy_control 1364 drivers/net/ethernet/broadcom/tg3.c err = tg3_writephy(tp, MII_BMCR, phy_control); phy_control 1370 drivers/net/ethernet/broadcom/tg3.c err = tg3_readphy(tp, MII_BMCR, &phy_control); phy_control 1374 drivers/net/ethernet/broadcom/tg3.c if ((phy_control & BMCR_RESET) == 0) { phy_control 295 drivers/net/wireless/ath/carl9170/debug.c le16_to_cpu(txc->f.mac_control), le32_to_cpu(txc->f.phy_control), phy_control 925 drivers/net/wireless/ath/carl9170/tx.c txc->f.phy_control = phy_set; phy_control 288 drivers/net/wireless/ath/carl9170/wlan.h __le32 phy_control; phy_control 574 drivers/scsi/isci/phy.c u32 phy_control; phy_control 576 drivers/scsi/isci/phy.c phy_control = readl(&iphy->link_layer_registers->phy_configuration); phy_control 577 drivers/scsi/isci/phy.c phy_control |= SCU_SAS_PCFG_GEN_BIT(SATA_SPINUP_HOLD); phy_control 578 drivers/scsi/isci/phy.c writel(phy_control, phy_control 1367 drivers/scsi/isci/registers.h u32 phy_control; phy_control 16 drivers/usb/phy/phy-am335x-control.c struct phy_control phy_ctrl; phy_control 31 drivers/usb/phy/phy-am335x-control.c static void am335x_phy_wkup(struct phy_control *phy_ctrl, u32 id, bool on) phy_control 63 drivers/usb/phy/phy-am335x-control.c static void am335x_phy_power(struct phy_control *phy_ctrl, u32 id, phy_control 109 drivers/usb/phy/phy-am335x-control.c static const struct phy_control ctrl_am335x = { phy_control 128 drivers/usb/phy/phy-am335x-control.c struct phy_control *am335x_get_phy_control(struct device *dev) phy_control 155 drivers/usb/phy/phy-am335x-control.c const struct phy_control *phy_ctrl; phy_control 6 drivers/usb/phy/phy-am335x-control.h void (*phy_power)(struct phy_control *phy_ctrl, u32 id, phy_control 8 drivers/usb/phy/phy-am335x-control.h void (*phy_wkup)(struct phy_control *phy_ctrl, u32 id, bool on); phy_control 11 drivers/usb/phy/phy-am335x-control.h static inline void phy_ctrl_power(struct phy_control *phy_ctrl, u32 id, phy_control 17 drivers/usb/phy/phy-am335x-control.h static inline void phy_ctrl_wkup(struct phy_control *phy_ctrl, u32 id, bool on) phy_control 22 drivers/usb/phy/phy-am335x-control.h struct phy_control *am335x_get_phy_control(struct device *dev); phy_control 18 drivers/usb/phy/phy-am335x.c struct phy_control *phy_ctrl;