Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c363 unsigned int i, ring, enqueue_ptr; in hci_dma_queue_xfer() local
372 enqueue_ptr = FIELD_GET(RING_OP1_CR_ENQ_PTR, op1_val); in hci_dma_queue_xfer()
375 u32 *ring_data = rh->xfer + rh->xfer_struct_sz * enqueue_ptr; in hci_dma_queue_xfer()
415 rh->src_xfers[enqueue_ptr] = xfer; in hci_dma_queue_xfer()
418 xfer->ring_entry = enqueue_ptr; in hci_dma_queue_xfer()
420 enqueue_ptr = (enqueue_ptr + 1) % rh->xfer_entries; in hci_dma_queue_xfer()
427 if (enqueue_ptr == FIELD_GET(RING_OP2_CR_DEQ_PTR, op2_val)) { in hci_dma_queue_xfer()
438 op1_val |= FIELD_PREP(RING_OP1_CR_ENQ_PTR, enqueue_ptr); in hci_dma_queue_xfer()