Lines Matching refs:rh_reg_read
55 #define rh_reg_read(r) readl(rh->regs + (RH_##r)) macro
246 regval = rh_reg_read(CR_SETUP); in hci_dma_init()
287 regval = rh_reg_read(IBI_SETUP); in hci_dma_init()
323 regval = rh_reg_read(INTR_SIGNAL_ENABLE); in hci_dma_init()
366 op1_val = rh_reg_read(RING_OPERATION1); in hci_dma_queue_xfer()
420 op2_val = rh_reg_read(RING_OPERATION2); in hci_dma_queue_xfer()
430 op1_val = rh_reg_read(RING_OPERATION1); in hci_dma_queue_xfer()
502 op2_val = rh_reg_read(RING_OPERATION2); in hci_dma_xfer_done()
534 op1_val = rh_reg_read(RING_OPERATION1); in hci_dma_xfer_done()
595 op1_val = rh_reg_read(RING_OPERATION1); in hci_dma_process_ibi()
598 op2_val = rh_reg_read(RING_OPERATION2); in hci_dma_process_ibi()
717 op1_val = rh_reg_read(RING_OPERATION1); in hci_dma_process_ibi()
728 rh_reg_write(CHUNK_CONTROL, rh_reg_read(CHUNK_CONTROL) + ibi_chunks); in hci_dma_process_ibi()
746 status = rh_reg_read(INTR_STATUS); in hci_dma_irq_handler()