Searched refs:gnptxsts (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 Ds3c-hsotg.c462 u32 gnptxsts = readl(hsotg->regs + S3C_GNPTXSTS); local
519 if (S3C_GNPTXSTS_NPTxQSpcAvail_GET(gnptxsts) == 0) {
522 __func__, gnptxsts);
528 can_write = S3C_GNPTXSTS_NPTxFSpcAvail_GET(gnptxsts);
533 __func__, gnptxsts, can_write, to_write, hs_ep->ep.maxpacket);

Completed in 54 milliseconds