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

/drivers/usb/gadget/
H A Ds3c-hsotg.c465 u32 gnptxsts = readl(hsotg->regs + S3C_GNPTXSTS); local
522 if (S3C_GNPTXSTS_NPTxQSpcAvail_GET(gnptxsts) == 0) {
525 __func__, gnptxsts);
531 can_write = S3C_GNPTXSTS_NPTxFSpcAvail_GET(gnptxsts);
536 __func__, gnptxsts, can_write, to_write, hs_ep->ep.maxpacket);

Completed in 62 milliseconds