Home
last modified time | relevance | path

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

/drivers/i3c/master/mipi-i3c-hci/
Ddma.c360 u32 op1_val, op2_val; in hci_dma_queue_xfer() local
420 op2_val = rh_reg_read(RING_OPERATION2); in hci_dma_queue_xfer()
421 if (enqueue_ptr == FIELD_GET(RING_OP2_CR_DEQ_PTR, op2_val)) { in hci_dma_queue_xfer()
497 u32 op1_val, op2_val, resp, *ring_resp; in hci_dma_xfer_done() local
502 op2_val = rh_reg_read(RING_OPERATION2); in hci_dma_xfer_done()
503 if (done_ptr == FIELD_GET(RING_OP2_CR_DEQ_PTR, op2_val)) in hci_dma_xfer_done()
588 u32 op1_val, op2_val, ibi_status_error; in hci_dma_process_ibi() local
598 op2_val = rh_reg_read(RING_OPERATION2); in hci_dma_process_ibi()
599 enq_ptr = FIELD_GET(RING_OP2_IBI_ENQ_PTR, op2_val); in hci_dma_process_ibi()