Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-tegra-usb.c40 #define TEGRA_USB_HOSTPC1_DEVLC_PTS(x) (((x) & 0x7) << 29) macro
204 val &= ~TEGRA_USB_HOSTPC1_DEVLC_PTS(~0); in set_pts()
205 val |= TEGRA_USB_HOSTPC1_DEVLC_PTS(pts_val); in set_pts()