Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-tegra-usb.c35 #define TEGRA_USB_PORTSC1 0x184 macro
232 val = readl_relaxed(base + TEGRA_USB_PORTSC1); in set_pts()
236 writel_relaxed(val, base + TEGRA_USB_PORTSC1); in set_pts()
253 val = readl_relaxed(base + TEGRA_USB_PORTSC1) & ~PORT_RWC_BITS; in set_phcd()
258 writel_relaxed(val, base + TEGRA_USB_PORTSC1); in set_phcd()

Completed in 4 milliseconds