Searched refs:UDCCSR_BNE (Results 1 – 3 of 3) sorted by relevance
140 #define UDCCSR_BNE (1 << 6) /* Buffer Not Empty (IN endpoints) */ macro
147 #define UDCCSR_BNE (1 << 6) /* Buffer Not Empty (IN endpoints) */ macro
525 ret = !(udc_ep_readl(ep, UDCCSR) & UDCCSR_BNE); in ep_is_empty()