Home
last modified time | relevance | path

Searched refs:next_tx_front (Results 1 – 1 of 1) sorted by relevance

/drivers/firmware/samsung/
A Dexynos-acpm.c336 static int acpm_wait_for_queue_slots(struct acpm_chan *achan, u32 next_tx_front) in acpm_wait_for_queue_slots() argument
344 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