Symbol: UTMIP
drivers/phy/tegra/xusb-tegra210.c
278
#define PMC_UTMIP_UHSIC_SLEEP_CFG(x) UTMIP(x, 0x1fc, 0x4d0)
drivers/phy/tegra/xusb-tegra210.c
279
#define UTMIP_MASTER_ENABLE(x) UTMIP(x, BIT(8 * (x)), BIT(0))
drivers/phy/tegra/xusb-tegra210.c
280
#define UTMIP_FSLS_USE_PMC(x) UTMIP(x, BIT(8 * (x) + 1), \
drivers/phy/tegra/xusb-tegra210.c
282
#define UTMIP_PCTRL_USE_PMC(x) UTMIP(x, BIT(8 * (x) + 2), \
drivers/phy/tegra/xusb-tegra210.c
284
#define UTMIP_TCTRL_USE_PMC(x) UTMIP(x, BIT(8 * (x) + 3), \
drivers/phy/tegra/xusb-tegra210.c
287
(UTMIP(_port, 8 * (_port) + 4, 4)))
drivers/phy/tegra/xusb-tegra210.c
296
#define UTMIP_PWR(x) UTMIP(x, BIT(x), BIT(4))
drivers/phy/tegra/xusb-tegra210.c
304
#define PMC_UTMIP_UHSIC_FAKE(x) UTMIP(x, 0x218, 0x294)
drivers/phy/tegra/xusb-tegra210.c
305
#define UTMIP_FAKE_USBOP_VAL(x) UTMIP(x, BIT(4 * (x)), BIT(8))
drivers/phy/tegra/xusb-tegra210.c
306
#define UTMIP_FAKE_USBON_VAL(x) UTMIP(x, BIT(4 * (x) + 1), \
drivers/phy/tegra/xusb-tegra210.c
308
#define UTMIP_FAKE_USBOP_EN(x) UTMIP(x, BIT(4 * (x) + 2), \
drivers/phy/tegra/xusb-tegra210.c
310
#define UTMIP_FAKE_USBON_EN(x) UTMIP(x, BIT(4 * (x) + 3), \
drivers/phy/tegra/xusb-tegra210.c
313
#define PMC_UTMIP_UHSIC_SLEEPWALK_CFG(x) UTMIP(x, 0x200, 0x288)
drivers/phy/tegra/xusb-tegra210.c
314
#define UTMIP_LINEVAL_WALK_EN(x) UTMIP(x, BIT(8 * (x) + 7), \
drivers/phy/tegra/xusb-tegra210.c
318
#define USBOP_VAL_PD(x) UTMIP(x, BIT(4 * (x)), BIT(20))
drivers/phy/tegra/xusb-tegra210.c
319
#define USBON_VAL_PD(x) UTMIP(x, BIT(4 * (x) + 1), \
drivers/phy/tegra/xusb-tegra210.c
325
#define PMC_UTMIP_UHSIC_SAVED_STATE(x) UTMIP(x, 0x1f0, 0x280)
drivers/phy/tegra/xusb-tegra210.c
327
(UTMIP(_port, 8 * (_port), 8)))
drivers/phy/tegra/xusb-tegra210.c
334
#define UTMIP_CLR_WALK_PTR(x) UTMIP(x, BIT(x), BIT(16))
drivers/phy/tegra/xusb-tegra210.c
335
#define UTMIP_CAP_CFG(x) UTMIP(x, BIT((x) + 4), BIT(17))
drivers/phy/tegra/xusb-tegra210.c
336
#define UTMIP_CLR_WAKE_ALARM(x) UTMIP(x, BIT((x) + 12), \
drivers/phy/tegra/xusb-tegra210.c
341
#define PMC_UTMIP_SLEEPWALK_PX(x) UTMIP(x, 0x204 + (4 * (x)), \
drivers/phy/tegra/xusb-tegra210.c
369
#define UTMIP_LINE_WAKEUP_EN(x) UTMIP(x, BIT(x), BIT(4))