Home
last modified time | relevance | path

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

/linux/drivers/usb/chipidea/
H A Dudc.c734 int tmp_stat; in _hardware_enqueue() local
755 tmp_stat = hw_read(ci, OP_ENDPTSTAT, BIT(n)); in _hardware_enqueue()
756 } while (!hw_read(ci, OP_USBCMD, USBCMD_ATDTW) && tmp_stat); in _hardware_enqueue()
758 if (tmp_stat) in _hardware_enqueue()
/linux/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c725 u32 temp, bitmask, tmp_stat; in fsl_queue_td() local
753 tmp_stat = fsl_readl(&dr_regs->endptstatus) & bitmask; in fsl_queue_td()
761 if (tmp_stat) in fsl_queue_td()