Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-tegra-usb.c35 #define TEGRA_USB_PORTSC1 0x184 macro
214 val = readl_relaxed(base + TEGRA_USB_PORTSC1); in set_pts()
218 writel_relaxed(val, base + TEGRA_USB_PORTSC1); in set_pts()
235 val = readl_relaxed(base + TEGRA_USB_PORTSC1) & ~PORT_RWC_BITS; in set_phcd()
240 writel_relaxed(val, base + TEGRA_USB_PORTSC1); in set_phcd()