Lines Matching refs:USB_BASE_ADDR
974 #define USB_BASE_ADDR 0xFFE0C200 /* USB Base Address */ macro
979 #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))
990 #define EP_INT_PRIO (*(volatile unsigned long *)(USB_BASE_ADDR + 0x40))
993 #define REALIZE_EP (*(volatile unsigned long *)(USB_BASE_ADDR + 0x44))
994 #define EP_INDEX (*(volatile unsigned long *)(USB_BASE_ADDR + 0x48))
995 #define MAXPACKET_SIZE (*(volatile unsigned long *)(USB_BASE_ADDR + 0x4C))
998 #define CMD_CODE (*(volatile unsigned long *)(USB_BASE_ADDR + 0x10))
999 #define CMD_DATA (*(volatile unsigned long *)(USB_BASE_ADDR + 0x14))
1002 #define RX_DATA (*(volatile unsigned long *)(USB_BASE_ADDR + 0x18))
1003 #define TX_DATA (*(volatile unsigned long *)(USB_BASE_ADDR + 0x1C))
1004 #define RX_PLENGTH (*(volatile unsigned long *)(USB_BASE_ADDR + 0x20))
1005 #define TX_PLENGTH (*(volatile unsigned long *)(USB_BASE_ADDR + 0x24))
1006 #define USB_CTRL (*(volatile unsigned long *)(USB_BASE_ADDR + 0x28))
1009 #define DMA_REQ_STAT (*(volatile unsigned long *)(USB_BASE_ADDR + 0x50))
1010 #define DMA_REQ_CLR (*(volatile unsigned long *)(USB_BASE_ADDR + 0x54))
1011 #define DMA_REQ_SET (*(volatile unsigned long *)(USB_BASE_ADDR + 0x58))
1012 #define UDCA_HEAD (*(volatile unsigned long *)(USB_BASE_ADDR + 0x80))
1013 #define EP_DMA_STAT (*(volatile unsigned long *)(USB_BASE_ADDR + 0x84))
1014 #define EP_DMA_EN (*(volatile unsigned long *)(USB_BASE_ADDR + 0x88))
1015 #define EP_DMA_DIS (*(volatile unsigned long *)(USB_BASE_ADDR + 0x8C))
1016 #define DMA_INT_STAT (*(volatile unsigned long *)(USB_BASE_ADDR + 0x90))
1017 #define DMA_INT_EN (*(volatile unsigned long *)(USB_BASE_ADDR + 0x94))
1018 #define EOT_INT_STAT (*(volatile unsigned long *)(USB_BASE_ADDR + 0xA0))
1019 #define EOT_INT_CLR (*(volatile unsigned long *)(USB_BASE_ADDR + 0xA4))
1020 #define EOT_INT_SET (*(volatile unsigned long *)(USB_BASE_ADDR + 0xA8))
1021 #define NDD_REQ_INT_STAT (*(volatile unsigned long *)(USB_BASE_ADDR + 0xAC))
1022 #define NDD_REQ_INT_CLR (*(volatile unsigned long *)(USB_BASE_ADDR + 0xB0))
1023 #define NDD_REQ_INT_SET (*(volatile unsigned long *)(USB_BASE_ADDR + 0xB4))
1024 #define SYS_ERR_INT_STAT (*(volatile unsigned long *)(USB_BASE_ADDR + 0xB8))
1025 #define SYS_ERR_INT_CLR (*(volatile unsigned long *)(USB_BASE_ADDR + 0xBC))
1026 #define SYS_ERR_INT_SET (*(volatile unsigned long *)(USB_BASE_ADDR + 0xC0))