Searched refs:INTR_SIGNAL_ENABLE (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | pio.c | 185 pio_reg_write(INTR_SIGNAL_ENABLE, 0x0); in __hci_pio_init() 194 pio_reg_write(INTR_SIGNAL_ENABLE, 0); in hci_pio_suspend() 233 pio_reg_write(INTR_SIGNAL_ENABLE, 0x0); in hci_pio_cleanup() 239 pio_reg_read(INTR_STATUS), pio_reg_read(INTR_SIGNAL_ENABLE)); in hci_pio_cleanup() 641 pio_reg_write(INTR_SIGNAL_ENABLE, pio->enabled_irqs); in hci_pio_queue_xfer() 644 pio_reg_read(INTR_SIGNAL_ENABLE)); in hci_pio_queue_xfer() 719 pio_reg_read(INTR_STATUS), pio_reg_read(INTR_SIGNAL_ENABLE)); in hci_pio_dequeue_xfer() 766 pio_reg_read(INTR_STATUS), pio_reg_read(INTR_SIGNAL_ENABLE)); in hci_pio_err() 1053 pio_reg_write(INTR_SIGNAL_ENABLE, pio->enabled_irqs); in hci_pio_irq_handler() 1055 pio_reg_read(INTR_STATUS), pio_reg_read(INTR_SIGNAL_ENABLE)); in hci_pio_irq_handler()
|
| H A D | dma.c | 160 rh_reg_write(INTR_SIGNAL_ENABLE, 0); in hci_dma_cleanup() 225 rh_reg_write(INTR_SIGNAL_ENABLE, INTR_IBI_READY | in hci_dma_init_rh() 245 regval = rh_reg_read(INTR_SIGNAL_ENABLE); in hci_dma_init_rh() 247 rh_reg_write(INTR_SIGNAL_ENABLE, regval); in hci_dma_init_rh() 286 rh_reg_write(INTR_SIGNAL_ENABLE, 0); in hci_dma_suspend()
|
| H A D | core.c | 79 #define INTR_SIGNAL_ENABLE 0x28 macro 217 reg_write(INTR_SIGNAL_ENABLE, 0x0); in i3c_hci_sync_irq_inactive() 694 reg_write(INTR_SIGNAL_ENABLE, 0x0); in i3c_hci_reset_and_init()
|