Searched refs:UDCCSR_BNE (Results 1 – 5 of 5) 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()
150 if (readl(UDCCSN(ep_num)) & UDCCSR_BNE) in udc_read_urb()
687 #define UDCCSR_BNE (1 << 6) /* Buffer Not Empty (IN endpoints) */ macro