Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-tegra-usb.c43 #define TEGRA_USB_PORTSC1 0x184 macro
217 val = readl(base + TEGRA_USB_PORTSC1) & ~TEGRA_PORTSC1_RWC_BITS; in set_pts()
220 writel(val, base + TEGRA_USB_PORTSC1); in set_pts()
237 val = readl(base + TEGRA_USB_PORTSC1) & ~PORT_RWC_BITS; in set_phcd()
242 writel(val, base + TEGRA_USB_PORTSC1); in set_phcd()