Searched refs:udc_ep_get_UDCCS (Results 1 – 2 of 2) sorted by relevance
192 static inline u32 udc_ep_get_UDCCS(struct pxa25x_ep *);225 DMSG ("udccs%d = %02x\n", i, udc_ep_get_UDCCS(&dev->ep[i])); in dump_state()
373 static inline u32 udc_ep_get_UDCCS(struct pxa25x_ep *ep) in udc_ep_get_UDCCS() function645 } while (udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS); in write_fifo()735 udccs = udc_ep_get_UDCCS(ep); in read_fifo()809 while (udc_ep_get_UDCCS(ep) & UDCCS0_RNE) { in read_ep0_fifo()925 if ((udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS) != 0 in pxa25x_ep_queue()928 } else if ((udc_ep_get_UDCCS(ep) & UDCCS_BO_RFS) != 0 in pxa25x_ep_queue()1021 && ((udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS) == 0 in pxa25x_ep_set_halt()1040 if (udc_ep_get_UDCCS(ep) & UDCCS_BI_SST) in pxa25x_ep_set_halt()1064 || (udc_ep_get_UDCCS(ep) & UDCCS_BO_RFS) == 0) in pxa25x_ep_fifo_status()1084 while (((udc_ep_get_UDCCS(ep)) & UDCCS_BO_RNE) != 0) in pxa25x_ep_fifo_flush()[all …]