Searched refs:next_tx_front (Results 1 – 1 of 1) sorted by relevance
336 static int acpm_wait_for_queue_slots(struct acpm_chan *achan, u32 next_tx_front) in acpm_wait_for_queue_slots() argument344 ret = readl_poll_timeout(achan->rx.front, val, next_tx_front != val, 0, in acpm_wait_for_queue_slots()351 ret = readl_poll_timeout(achan->tx.rear, val, next_tx_front != val, 0, in acpm_wait_for_queue_slots()
Completed in 4 milliseconds