Searched refs:USB_BASE_ADDR (Results 1 – 1 of 1) sorted by relevance
974 #define USB_BASE_ADDR 0xFFE0C200 /* USB Base Address */ macro979 #define DEV_INT_STAT (*(volatile unsigned long *)(USB_BASE_ADDR + 0x00))980 #define DEV_INT_EN (*(volatile unsigned long *)(USB_BASE_ADDR + 0x04))981 #define DEV_INT_CLR (*(volatile unsigned long *)(USB_BASE_ADDR + 0x08))982 #define DEV_INT_SET (*(volatile unsigned long *)(USB_BASE_ADDR + 0x0C))983 #define DEV_INT_PRIO (*(volatile unsigned long *)(USB_BASE_ADDR + 0x2C))986 #define EP_INT_STAT (*(volatile unsigned long *)(USB_BASE_ADDR + 0x30))987 #define EP_INT_EN (*(volatile unsigned long *)(USB_BASE_ADDR + 0x34))988 #define EP_INT_CLR (*(volatile unsigned long *)(USB_BASE_ADDR + 0x38))989 #define EP_INT_SET (*(volatile unsigned long *)(USB_BASE_ADDR + 0x3C))[all …]