Home
last modified time | relevance | path

Searched refs:UDCCS_BI_TFS (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h92 #define UDCCS_BI_TFS (1 << 0) macro
H A Dpxa-regs.h483 #define UDCCS_BI_TFS (1 << 0) /* Transmit FIFO service */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c116 #define UDCCS_BI_TFS (1 << 0) /* Transmit FIFO service */ macro
641 } while (udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS); in write_fifo()
921 if ((udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS) != 0 in pxa25x_ep_queue()
1020 && ((udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS) == 0 in pxa25x_ep_set_halt()
1839 if (req && likely ((udccs & UDCCS_BI_TFS) != 0)) in handle_ep()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c523 } while (readl(ep->reg_udccs) & UDCCS_BI_TFS); in write_fifo()
815 if ((readl(ep->reg_udccs) & UDCCS_BI_TFS) != 0 in pxa25x_ep_queue()
912 && ((readl(ep->reg_udccs) & UDCCS_BI_TFS) == 0 in pxa25x_ep_set_halt()
1485 if (req && likely((udccs & UDCCS_BI_TFS) != 0)) in handle_ep()