Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c619 u32 op1_val, op2_val, resp, *ring_resp; in hci_dma_xfer_done() local
625 op2_val = rh_reg_read(RING_OPERATION2); in hci_dma_xfer_done()
626 if (done_ptr == FIELD_GET(RING_OP2_CR_DEQ_PTR, op2_val)) in hci_dma_xfer_done()
712 u32 op1_val, op2_val, ibi_status_error; in hci_dma_process_ibi() local
722 op2_val = rh_reg_read(RING_OPERATION2); in hci_dma_process_ibi()
723 enq_ptr = FIELD_GET(RING_OP2_IBI_ENQ_PTR, op2_val); in hci_dma_process_ibi()