Searched refs:UTMIP (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/phy/tegra/ |
| H A D | xusb-tegra210.c | 275 #define UTMIP(_port, _offset1, _offset2) \ macro 278 #define PMC_UTMIP_UHSIC_SLEEP_CFG(x) UTMIP(x, 0x1fc, 0x4d0) 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) 318 #define USBOP_VAL_PD(x) UTMIP(x, BIT(4 * (x)), BIT(20)) 319 #define USBON_VAL_PD(x) UTMIP(x, BIT(4 * (x) + 1), \ 327 (UTMIP(_port, 8 * (_port), 8))) 334 #define UTMIP_CLR_WALK_PTR(x) UTMIP(x, BIT(x), BIT(16)) 335 #define UTMIP_CAP_CFG(x) UTMIP(x, BIT((x) + 4), BIT(17)) [all …]
|