Searched refs:INT_MSTWREND (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/usb/gadget/udc/
H A Dgoku_udc.h35 #define INT_MSTWREND 0x08000 macro
H A Dgoku_udc.c200 dev->int_enable &= ~(INT_MSTWREND
582 ep->dev->int_enable |= INT_MSTWREND|INT_MSTWRTMOUT;
603 dev->int_enable &= ~(INT_MSTWREND|INT_MSTWRTMOUT);
1070 (mask & INT_MSTWREND) ? " out-dma" : "",
1656 if (stat & INT_MSTWREND) { /* OUT */
1657 ACK(INT_MSTWREND);

Completed in 967 milliseconds