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