Searched refs:UDCCSR_TRN (Results 1 – 2 of 2) sorted by relevance
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