Searched refs:UDC_DEVSTS_RXFIFO_EMPTY (Results 1 – 2 of 2) sorted by relevance
131 #define UDC_DEVSTS_RXFIFO_EMPTY 15 macro
1787 & AMD_BIT(UDC_DEVSTS_RXFIFO_EMPTY)) { in udc_timer_function()2324 if (readl(&dev->regs->sts) & AMD_BIT(UDC_DEVSTS_RXFIFO_EMPTY)) in udc_data_out_isr()2701 if (readl(&dev->regs->sts) & AMD_BIT(UDC_DEVSTS_RXFIFO_EMPTY)) in udc_control_out_isr()2959 if (!(tmp & AMD_BIT(UDC_DEVSTS_RXFIFO_EMPTY)) in udc_dev_isr()