Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/phy/tegra/
Dxusb-tegra210.c275 #define UTMIP(_port, _offset1, _offset2) \ macro
278 #define PMC_UTMIP_UHSIC_SLEEP_CFG(x) UTMIP(x, 0x1fc, 0x4d0)
279 #define UTMIP_MASTER_ENABLE(x) UTMIP(x, BIT(8 * (x)), BIT(0))
280 #define UTMIP_FSLS_USE_PMC(x) UTMIP(x, BIT(8 * (x) + 1), \
282 #define UTMIP_PCTRL_USE_PMC(x) UTMIP(x, BIT(8 * (x) + 2), \
284 #define UTMIP_TCTRL_USE_PMC(x) UTMIP(x, BIT(8 * (x) + 3), \
287 (UTMIP(_port, 8 * (_port) + 4, 4)))
296 #define UTMIP_PWR(x) UTMIP(x, BIT(x), BIT(4))
304 #define PMC_UTMIP_UHSIC_FAKE(x) UTMIP(x, 0x218, 0x294)
305 #define UTMIP_FAKE_USBOP_VAL(x) UTMIP(x, BIT(4 * (x)), BIT(8))
[all …]