Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/broadcom/
Dphy-brcm-sata.c71 struct brcm_sata_phy *phy_priv; member
165 struct brcm_sata_phy *priv = port->phy_priv; in brcm_sata_pcb_base()
186 struct brcm_sata_phy *priv = port->phy_priv; in brcm_sata_ctrl_base()
226 struct brcm_sata_phy *priv = port->phy_priv; in brcm_stb_sata_ssc_init()
300 struct device *dev = port->phy_priv->dev; in brcm_ns2_sata_init()
358 struct brcm_sata_phy *priv = port->phy_priv; in brcm_nsp_sata_init()
359 struct device *dev = port->phy_priv->dev; in brcm_nsp_sata_init()
433 struct brcm_sata_phy *priv = port->phy_priv; in brcm_sr_sata_init()
434 struct device *dev = port->phy_priv->dev; in brcm_sr_sata_init()
490 switch (port->phy_priv->version) { in brcm_sata_phy_init()
[all …]
/Linux-v4.19/drivers/phy/amlogic/
Dphy-meson8b-usb2.c121 static u32 phy_meson8b_usb2_read(struct phy_meson8b_usb2_priv *phy_priv, in phy_meson8b_usb2_read() argument
124 return readl(phy_priv->regs + reg); in phy_meson8b_usb2_read()
127 static void phy_meson8b_usb2_mask_bits(struct phy_meson8b_usb2_priv *phy_priv, in phy_meson8b_usb2_mask_bits() argument
132 data = phy_meson8b_usb2_read(phy_priv, reg); in phy_meson8b_usb2_mask_bits()
136 writel(data, phy_priv->regs + reg); in phy_meson8b_usb2_mask_bits()