Searched refs:REQUEST_UNALIGNED (Results 1 – 2 of 2) sorted by relevance
649 if ((priv_req->flags & REQUEST_UNALIGNED) && in cdns3_gadget_giveback()654 priv_req->flags &= ~(REQUEST_PENDING | REQUEST_UNALIGNED); in cdns3_gadget_giveback()769 priv_req->flags |= REQUEST_UNALIGNED; in cdns3_prepare_aligned_request_buf()846 if (priv_req->flags & REQUEST_UNALIGNED) in cdns3_ep_run_transfer()
1209 #define REQUEST_UNALIGNED BIT(4) macro