Searched refs:UDCCSR_PC (Results 1 – 5 of 5) sorted by relevance
88 writel(UDCCSR_PC ,UDCCSN(ep_num)); in udc_write_urb()102 while (!(readl(UDCCSN(ep_num)) & UDCCSR_PC)) { in udc_write_urb()386 writel(UDCCSR_PC, UDCCSN(ep_num)); in udc_handle_ep()
147 #define UDCCSR_PC (1 << 1) /* Packet Complete */ macro
470 return (udc_ep_readl(ep, UDCCSR) & UDCCSR_PC); in epout_has_pkt()812 ep_write_UDCCSR(ep, UDCCSR_PC); in read_packet()915 if (udccsr & UDCCSR_PC) { in write_fifo()918 ep_write_UDCCSR(ep, UDCCSR_PC); in write_fifo()1299 UDCCSR_PC | UDCCSR_FEF | UDCCSR_TRN in pxa_ep_fifo_flush()
140 #define UDCCSR_PC (1 << 1) /* Packet Complete */ macro
693 #define UDCCSR_PC (1 << 1) /* Packet Complete */ macro