Commit c13761b6 authored by Tony Lindgren's avatar Tony Lindgren

musb_hdrc: Remove old unsed MGC_TYPE_SPEED_XXX

Remove old unsed MGC_TYPE_SPEED_XXX
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4579b75c
......@@ -218,9 +218,6 @@
/* TxType/RxType */
#define MUSB_TYPE_SPEED 0xc0
#define MUSB_TYPE_SPEED_SHIFT 6
#define MGC_TYPE_SPEED_HIGH 1
#define MGC_TYPE_SPEED_FULL 2
#define MGC_TYPE_SPEED_LOW 3
#define MUSB_TYPE_PROTO 0x30 /* implicitly zero for ep0 */
#define MUSB_TYPE_PROTO_SHIFT 4
#define MUSB_TYPE_REMOTE_END 0xf /* implicitly zero for ep0 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment