Searched refs:XUSB_PADCTL_USB2_PORT_CAP (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/phy/tegra/ |
D | xusb-tegra186.c | 40 #define XUSB_PADCTL_USB2_PORT_CAP 0x8 macro 812 value = padctl_readl(padctl, XUSB_PADCTL_USB2_PORT_CAP); in tegra186_utmi_phy_power_on() 824 padctl_writel(padctl, value, XUSB_PADCTL_USB2_PORT_CAP); in tegra186_utmi_phy_power_on() 1451 priv->context.usb2_port_cap = padctl_readl(padctl, XUSB_PADCTL_USB2_PORT_CAP); in tegra186_xusb_padctl_save() 1460 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() 3195 padctl_readl(padctl, XUSB_PADCTL_USB2_PORT_CAP); in tegra210_xusb_padctl_save() 3210 XUSB_PADCTL_USB2_PORT_CAP); in tegra210_xusb_padctl_restore()
|