Searched refs:USBHC_BASE_ADDR (Results 1 – 1 of 1) sorted by relevance
1030 #define USBHC_BASE_ADDR 0xFFE0C000 macro1031 #define HC_REVISION (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x00))1032 #define HC_CONTROL (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x04))1033 #define HC_CMD_STAT (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x08))1034 #define HC_INT_STAT (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x0C))1035 #define HC_INT_EN (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x10))1036 #define HC_INT_DIS (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x14))1037 #define HC_HCCA (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x18))1038 #define HC_PERIOD_CUR_ED (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x1C))1039 #define HC_CTRL_HEAD_ED (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x20))[all …]