Searched refs:udc_ep_get_UDCCS (Results 1 – 2 of 2) sorted by relevance
189 static inline u32 udc_ep_get_UDCCS(struct pxa25x_ep *);222 DMSG ("udccs%d = %02x\n", i, udc_ep_get_UDCCS(&dev->ep[i])); in dump_state()
369 static inline u32 udc_ep_get_UDCCS(struct pxa25x_ep *ep) in udc_ep_get_UDCCS() function641 } while (udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS); in write_fifo()731 udccs = udc_ep_get_UDCCS(ep); in read_fifo()805 while (udc_ep_get_UDCCS(ep) & UDCCS0_RNE) { in read_ep0_fifo()921 if ((udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS) != 0 in pxa25x_ep_queue()924 } else if ((udc_ep_get_UDCCS(ep) & UDCCS_BO_RFS) != 0 in pxa25x_ep_queue()1020 && ((udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS) == 0 in pxa25x_ep_set_halt()1039 if (udc_ep_get_UDCCS(ep) & UDCCS_BI_SST) in pxa25x_ep_set_halt()1063 || (udc_ep_get_UDCCS(ep) & UDCCS_BO_RFS) == 0) in pxa25x_ep_fifo_status()1083 while (((udc_ep_get_UDCCS(ep)) & UDCCS_BO_RNE) != 0) in pxa25x_ep_fifo_flush()[all …]