Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c322 u32 gnptxsts = readl(hsotg->regs + GNPTXSTS); in s3c_hsotg_write_fifo() local
383 if (GNPTXSTS_NP_TXQ_SPC_AVAIL_GET(gnptxsts) == 0) { in s3c_hsotg_write_fifo()
386 __func__, gnptxsts); in s3c_hsotg_write_fifo()
392 can_write = GNPTXSTS_NP_TXF_SPC_AVAIL_GET(gnptxsts); in s3c_hsotg_write_fifo()
399 __func__, gnptxsts, can_write, to_write, max_transfer); in s3c_hsotg_write_fifo()