Searched refs:bdstatus (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.c721 u32 bdstatus; local
723 bdstatus = in_be32((u32 __iomem *)ep->e_rxbd);
724 bdstatus = R_I | R_E | (bdstatus & R_W);
725 out_be32((u32 __iomem *)ep->e_rxbd, bdstatus);
727 if (bdstatus & R_W)
735 u32 bdstatus; local
741 bdstatus = in_be32((u32 __iomem *)bd);
743 while (!(bdstatus & R_E) && !(bdstatus
763 u32 bdstatus; local
829 u32 bdstatus, length; local
949 u32 bdstatus, length; local
1081 u32 bdstatus, pidmask; local
1358 u32 bdstatus; local
1414 u32 bdstatus; local
1468 u32 bdstatus, length; local
[all...]

Completed in 131 milliseconds