Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-tegra-usb.c49 #define TEGRA_USB_HOSTPC1_DEVLC_PTS(x) (((x) & 0x7) << 29) macro
213 val &= ~TEGRA_USB_HOSTPC1_DEVLC_PTS(~0); in set_pts()
214 val |= TEGRA_USB_HOSTPC1_DEVLC_PTS(pts_val); in set_pts()