Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa25x_udc.c516 u32 udccs; in read_fifo() local
524 udccs = *ep->reg_udccs; in read_fifo()
525 if (unlikely ((udccs & UDCCS_BO_RPC) == 0)) in read_fifo()
532 if (likely (udccs & UDCCS_BO_RNE)) { in read_fifo()
539 ep->ep.name, udccs, count, in read_fifo()
564 if (udccs & UDCCS_IO_ROF) in read_fifo()
1649 u32 udccs, tmp; in handle_ep() local
1661 udccs = *ep->reg_udccs; in handle_ep()
1666 tmp &= udccs; in handle_ep()
1669 if (req && likely ((udccs & UDCCS_BI_TFS) != 0)) in handle_ep()
[all …]