Searched refs:DOEPCTL0 (Results 1 – 4 of 4) sorted by relevance
99 WRITE_REG32(DOEPCTL0, 0x8000); in reset_endpoints()134 WRITE_REG32(DOEPCTL0, (READ_REG32(DOEPCTL0) | 0x84000000)); in reset_endpoints()478 WRITE_REG32(DOEPCTL0, READ_REG32(DOEPCTL0) | 0x08000000); in CheckInterrupts()505 WRITE_REG32(DOEPCTL0, 0x84000000); in CheckInterrupts()
478 #define DOEPCTL0 (0xB00) macro
159 mmio_write_32(DOEPCTL0, 0x8000); in reset_endpoints()198 data = mmio_read_32(DOEPCTL0); in reset_endpoints()199 mmio_write_32(DOEPCTL0, (data | 0x84000000)); in reset_endpoints()1089 mmio_write_32(DOEPCTL0, 0x84000000); in usb_poll()
476 #define DOEPCTL0 (DWC_OTG_BASE + 0xB00) macro