Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c200 pio_reg_write(INTR_SIGNAL_ENABLE, 0x0); in hci_pio_init()
213 pio_reg_write(INTR_SIGNAL_ENABLE, 0x0); in hci_pio_cleanup()
217 pio_reg_read(INTR_STATUS), pio_reg_read(INTR_SIGNAL_ENABLE)); in hci_pio_cleanup()
613 pio_reg_write(INTR_SIGNAL_ENABLE, pio->enabled_irqs); in hci_pio_queue_xfer()
615 pio_reg_read(INTR_STATUS), pio_reg_read(INTR_SIGNAL_ENABLE)); in hci_pio_queue_xfer()
690 pio_reg_read(INTR_STATUS), pio_reg_read(INTR_SIGNAL_ENABLE)); in hci_pio_dequeue_xfer()
737 pio_reg_read(INTR_STATUS), pio_reg_read(INTR_SIGNAL_ENABLE)); in hci_pio_err()
1025 pio_reg_write(INTR_SIGNAL_ENABLE, pio->enabled_irqs); in hci_pio_irq_handler()
1027 pio_reg_read(INTR_STATUS), pio_reg_read(INTR_SIGNAL_ENABLE)); in hci_pio_irq_handler()
H A Ddma.c165 rh_reg_write(INTR_SIGNAL_ENABLE, 0); in hci_dma_cleanup()
262 rh_reg_write(INTR_SIGNAL_ENABLE, INTR_IBI_READY | in hci_dma_init()
326 regval = rh_reg_read(INTR_SIGNAL_ENABLE); in hci_dma_init()
328 rh_reg_write(INTR_SIGNAL_ENABLE, regval); in hci_dma_init()
H A Dcore.c78 #define INTR_SIGNAL_ENABLE 0x28 macro
714 reg_write(INTR_SIGNAL_ENABLE, 0x0); in i3c_hci_init()