Searched refs:TEGRA_USB_PORTSC1_PTS (Results 1 – 1 of 1) sorted by relevance
36 #define TEGRA_USB_PORTSC1_PTS(x) (((x) & 0x3) << 30) macro234 val &= ~TEGRA_USB_PORTSC1_PTS(~0); in set_pts()235 val |= TEGRA_USB_PORTSC1_PTS(pts_val); in set_pts()