Searched refs:UDCCSR0_SA (Results 1 – 3 of 3) sorted by relevance
126 #define UDCCSR0_SA (1 << 7) /* Setup Active */ macro200 #define UDCCSR0_CTRL_REQ_MASK (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)
184 (tmp & UDCCSR0_SA) ? " sa" : "", in eps_dbg_show()1916 ep_write_UDCCSR(ep, UDCCSR0_SA | UDCCSR0_OPC); in handle_ep0_ctrl_req()2004 if (udccsr0 & UDCCSR0_SA) { in handle_ep0()
104 #define UDCCSR0_SA (1 << 7) /* Setup Active */ macro