Searched refs:UDC_DEVSTS_RXFIFO_EMPTY (Results 1 – 2 of 2) sorted by relevance
138 #define UDC_DEVSTS_RXFIFO_EMPTY 15 macro
1747 & AMD_BIT(UDC_DEVSTS_RXFIFO_EMPTY)) { in udc_timer_function()2284 if (readl(&dev->regs->sts) & AMD_BIT(UDC_DEVSTS_RXFIFO_EMPTY)) in udc_data_out_isr()2655 if (readl(&dev->regs->sts) & AMD_BIT(UDC_DEVSTS_RXFIFO_EMPTY)) in udc_control_out_isr()2913 if (!(tmp & AMD_BIT(UDC_DEVSTS_RXFIFO_EMPTY)) in udc_dev_isr()