Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-tegra-usb.c34 #define TEGRA_USB_PORTSC1 0x184 macro
208 val = readl(base + TEGRA_USB_PORTSC1) & ~TEGRA_PORTSC1_RWC_BITS; in set_pts()
211 writel(val, base + TEGRA_USB_PORTSC1); in set_pts()
228 val = readl(base + TEGRA_USB_PORTSC1) & ~PORT_RWC_BITS; in set_phcd()
233 writel(val, base + TEGRA_USB_PORTSC1); in set_phcd()