Go to the documentation of this file.
28 #ifdef CONFIG_MSP_HAS_DUAL_USB
29 #define NUM_USB_DEVS 2
31 #define NUM_USB_DEVS 1
35 #define MSP_USB0_MAB_START (MSP_USB0_BASE + 0x0)
36 #define MSP_USB0_MAB_END (MSP_USB0_BASE + 0x17)
37 #define MSP_USB0_ID_START (MSP_USB0_BASE + 0x40000)
38 #define MSP_USB0_ID_END (MSP_USB0_BASE + 0x4008f)
39 #define MSP_USB0_HS_START (MSP_USB0_BASE + 0x40100)
40 #define MSP_USB0_HS_END (MSP_USB0_BASE + 0x401FF)
43 #define MSP_USB1_MAB_START (MSP_USB1_BASE + 0x0)
44 #define MSP_USB1_MAB_END (MSP_USB1_BASE + 0x17)
45 #define MSP_USB1_ID_START (MSP_USB1_BASE + 0x40000)
46 #define MSP_USB1_ID_END (MSP_USB1_BASE + 0x4008f)
47 #define MSP_USB1_HS_START (MSP_USB1_BASE + 0x40100)
48 #define MSP_USB1_HS_END (MSP_USB1_BASE + 0x401ff)
142 #define to_mspusb_device(x) container_of((x), struct mspusb_device, dev)
143 #define TO_HOST_ID(x) ((x) & 0x3)