Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dpxa25x-udc.h37 #define UDCCS_BI_TFS (1 << 0) /* Transmit FIFO service */ macro
/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa25x_udc.c435 } while (*ep->reg_udccs & UDCCS_BI_TFS); in write_fifo()
714 if ((*ep->reg_udccs & UDCCS_BI_TFS) != 0 in pxa25x_ep_queue()
810 && ((*ep->reg_udccs & UDCCS_BI_TFS) == 0 in pxa25x_ep_set_halt()
1669 if (req && likely ((udccs & UDCCS_BI_TFS) != 0)) in handle_ep()
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h523 #define UDCCS_BI_TFS (1 << 0) /* Transmit FIFO service */ macro