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