Searched refs:UDCCSR0_SST (Results 1 – 3 of 3) sorted by relevance
107 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro
129 #define UDCCSR0_SST (1 << 4) /* Sent Stall */ macro
187 (tmp & UDCCSR0_SST) ? " sst" : "", in eps_dbg_show()1997 if (udccsr0 & UDCCSR0_SST) { in handle_ep0()2000 ep_write_UDCCSR(ep, UDCCSR0_SST); in handle_ep0()