Home
last modified time | relevance | path

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

/linux/drivers/phy/cadence/
H A Dcdns-dphy-rx.c23 #define DPHY_CMN_SSM DPHY_PMA_CMN(0x20) macro
88 dphy->regs + DPHY_CMN_SSM); in cdns_dphy_rx_power_on()
97 writel(0, dphy->regs + DPHY_CMN_SSM); in cdns_dphy_rx_power_off()
H A Dcdns-dphy.c31 #define DPHY_CMN_SSM DPHY_PMA_CMN(0x20) macro
416 reg = readl(dphy->regs + DPHY_CMN_SSM); in cdns_dphy_power_on()
418 dphy->regs + DPHY_CMN_SSM); in cdns_dphy_power_on()
453 reg = readl(dphy->regs + DPHY_CMN_SSM); in cdns_dphy_power_off()
454 writel(reg & ~DPHY_CMN_SSM_EN, dphy->regs + DPHY_CMN_SSM); in cdns_dphy_power_off()