Home
last modified time | relevance | path

Searched refs:XSP_USBPHYACR6 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/mediatek/
H A Dphy-mtk-xsphy.c63 #define XSP_USBPHYACR6 ((SSUSB_SIFSLV_U2PHY_COM) + 0x018) macro
198 tmp = readl(pbase + XSP_USBPHYACR6); in u2_phy_instance_init()
200 writel(tmp, pbase + XSP_USBPHYACR6); in u2_phy_instance_init()
214 tmp = readl(pbase + XSP_USBPHYACR6); in u2_phy_instance_power_on()
216 writel(tmp, pbase + XSP_USBPHYACR6); in u2_phy_instance_power_on()
233 tmp = readl(pbase + XSP_USBPHYACR6); in u2_phy_instance_power_off()
235 writel(tmp, pbase + XSP_USBPHYACR6); in u2_phy_instance_power_off()
/kernel/linux/linux-6.6/drivers/phy/mediatek/
H A Dphy-mtk-xsphy.c59 #define XSP_USBPHYACR6 ((SSUSB_SIFSLV_U2PHY_COM) + 0x018) macro
173 mtk_phy_clear_bits(pbase + XSP_USBPHYACR6, P2A6_RG_BC11_SW_EN); in u2_phy_instance_init()
184 mtk_phy_set_bits(pbase + XSP_USBPHYACR6, P2A6_RG_OTG_VBUSCMP_EN); in u2_phy_instance_power_on()
199 mtk_phy_clear_bits(pbase + XSP_USBPHYACR6, P2A6_RG_OTG_VBUSCMP_EN); in u2_phy_instance_power_off()

Completed in 2 milliseconds