Searched refs:bdstatus (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c712 u32 bdstatus; local
714 bdstatus = in_be32((u32 __iomem *)ep->e_rxbd);
715 bdstatus = R_I | R_E | (bdstatus & R_W);
716 out_be32((u32 __iomem *)ep->e_rxbd, bdstatus);
718 if (bdstatus & R_W)
726 u32 bdstatus; local
732 bdstatus = in_be32((u32 __iomem *)bd);
734 while (!(bdstatus & R_E) && !(bdstatus
754 u32 bdstatus; local
820 u32 bdstatus, length; local
940 u32 bdstatus, length; local
1072 u32 bdstatus, pidmask; local
1365 u32 bdstatus; local
1421 u32 bdstatus; local
1475 u32 bdstatus, length; local
[all...]

Completed in 154 milliseconds