Home
last modified time | relevance | path

Searched refs:TEGRA_USB_PORTSC1_PTS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-tegra-usb.c36 #define TEGRA_USB_PORTSC1_PTS(x) (((x) & 0x3) << 30) macro
216 val &= ~TEGRA_USB_PORTSC1_PTS(~0); in set_pts()
217 val |= TEGRA_USB_PORTSC1_PTS(pts_val); in set_pts()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-tegra-usb.c36 #define TEGRA_USB_PORTSC1_PTS(x) (((x) & 0x3) << 30) macro
234 val &= ~TEGRA_USB_PORTSC1_PTS(~0); in set_pts()
235 val |= TEGRA_USB_PORTSC1_PTS(pts_val); in set_pts()

Completed in 4 milliseconds