Searched refs:XUSB_PADCTL_USB2_PORT_CAP (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/phy/tegra/ |
D | xusb-tegra186.c | 40 #define XUSB_PADCTL_USB2_PORT_CAP 0x8 macro 867 value = padctl_readl(padctl, XUSB_PADCTL_USB2_PORT_CAP); in tegra186_utmi_phy_power_on() 879 padctl_writel(padctl, value, XUSB_PADCTL_USB2_PORT_CAP); in tegra186_utmi_phy_power_on() 1505 priv->context.usb2_port_cap = padctl_readl(padctl, XUSB_PADCTL_USB2_PORT_CAP); in tegra186_xusb_padctl_save() 1514 padctl_writel(padctl, priv->context.usb2_port_cap, XUSB_PADCTL_USB2_PORT_CAP); in tegra186_xusb_padctl_restore()
|
D | xusb-tegra124.c | 30 #define XUSB_PADCTL_USB2_PORT_CAP 0x008 macro 509 value = padctl_readl(padctl, XUSB_PADCTL_USB2_PORT_CAP); in tegra124_usb2_phy_power_on() 514 padctl_writel(padctl, value, XUSB_PADCTL_USB2_PORT_CAP); in tegra124_usb2_phy_power_on()
|
D | xusb-tegra210.c | 43 #define XUSB_PADCTL_USB2_PORT_CAP 0x008 macro 2017 value = padctl_readl(padctl, XUSB_PADCTL_USB2_PORT_CAP); in tegra210_usb2_phy_power_on() 2027 padctl_writel(padctl, value, XUSB_PADCTL_USB2_PORT_CAP); in tegra210_usb2_phy_power_on() 3194 padctl_readl(padctl, XUSB_PADCTL_USB2_PORT_CAP); in tegra210_xusb_padctl_save() 3209 XUSB_PADCTL_USB2_PORT_CAP); in tegra210_xusb_padctl_restore()
|