Searched refs:UDCCSR0_SST (Results 1 – 5 of 5) sorted by relevance
211 if (udccsr0 & UDCCSR0_SST) { in udc_handle_ep0()213 writel(UDCCSR0_SST, UDCCSR0); in udc_handle_ep0()
110 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro
125 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro
186 (tmp & UDCCSR0_SST) ? " sst" : "", in eps_dbg_show()1946 if (udccsr0 & UDCCSR0_SST) { in handle_ep0()1949 ep_write_UDCCSR(ep, UDCCSR0_SST); in handle_ep0()
654 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro