Searched refs:PL011_FR_BUSY (Results 1 – 3 of 3) sorted by relevance
51 #define PL011_FR_BUSY BIT(3) /* busy transmitting data */ macro
124 while ((get_uart(dev)->fr & PL011_FR_BUSY) != 0) in uart_ambiq_pm_action()
374 return ((get_uart(dev)->fr & PL011_FR_BUSY) == 0); in pl011_irq_tx_complete()