Lines Matching refs:_port
275 #define UTMIP(_port, _offset1, _offset2) \ argument
276 (((_port) <= 2) ? (_offset1) : (_offset2))
286 #define UTMIP_WAKE_VAL(_port, _value) (((_value) & 0xf) << \ argument
287 (UTMIP(_port, 8 * (_port) + 4, 4)))
288 #define UTMIP_WAKE_VAL_NONE(_port) UTMIP_WAKE_VAL(_port, 12) argument
289 #define UTMIP_WAKE_VAL_ANY(_port) UTMIP_WAKE_VAL(_port, 15) argument
326 #define SPEED(_port, _value) (((_value) & 0x3) << \ argument
327 (UTMIP(_port, 8 * (_port), 8)))
328 #define UTMI_HS(_port) SPEED(_port, 0) argument
329 #define UTMI_FS(_port) SPEED(_port, 1) argument
330 #define UTMI_LS(_port) SPEED(_port, 2) argument
331 #define UTMI_RST(_port) SPEED(_port, 3) argument