Home
last modified time | relevance | path

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

/linux-6.15/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c364 u32 op1_val, op2_val; in hci_dma_queue_xfer() local
371 op1_val = rh_reg_read(RING_OPERATION1); in hci_dma_queue_xfer()
436 op1_val = rh_reg_read(RING_OPERATION1); in hci_dma_queue_xfer()
437 op1_val &= ~RING_OP1_CR_ENQ_PTR; in hci_dma_queue_xfer()
439 rh_reg_write(RING_OPERATION1, op1_val); in hci_dma_queue_xfer()
502 u32 op1_val, op2_val, resp, *ring_resp; in hci_dma_xfer_done() local
539 op1_val = rh_reg_read(RING_OPERATION1); in hci_dma_xfer_done()
540 op1_val &= ~RING_OP1_CR_SW_DEQ_PTR; in hci_dma_xfer_done()
542 rh_reg_write(RING_OPERATION1, op1_val); in hci_dma_xfer_done()
593 u32 op1_val, op2_val, ibi_status_error; in hci_dma_process_ibi() local
[all …]