Searched refs:UDCCSR_TRN (Results 1 – 5 of 5) sorted by relevance
148 #define UDCCSR_TRN (1 << 2) /* Tx/Rx NAK */ macro
918 if (udccsr & UDCCSR_TRN) { in write_fifo()921 ep_write_UDCCSR(ep, UDCCSR_TRN); in write_fifo()1298 UDCCSR_PC | UDCCSR_FEF | UDCCSR_TRN in pxa_ep_fifo_flush()2043 if (unlikely(udccsr & (UDCCSR_SST | UDCCSR_TRN))) in handle_ep()2045 udccsr & (UDCCSR_SST | UDCCSR_TRN)); in handle_ep()
139 #define UDCCSR_TRN (1 << 2) /* Tx/Rx NAK */ macro
376 u32 flags = readl(UDCCSN(ep_num)) & (UDCCSR_SST | UDCCSR_TRN); in udc_handle_ep()
692 #define UDCCSR_TRN (1 << 2) /* Tx/Rx NAK */ macro