Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i3c/master/mipi-i3c-hci/
Dpio.c24 #define pio_reg_write(r, v) writel(v, hci->PIO_regs + (PIO_##r)) macro
183 pio_reg_write(DATA_BUFFER_THLD_CTRL, val); in hci_pio_init()
196 pio_reg_write(QUEUE_THLD_CTRL, val); in hci_pio_init()
200 pio_reg_write(INTR_SIGNAL_ENABLE, 0x0); in hci_pio_init()
201 pio_reg_write(INTR_STATUS_ENABLE, 0xffffffff); in hci_pio_init()
213 pio_reg_write(INTR_SIGNAL_ENABLE, 0x0); in hci_pio_cleanup()
231 pio_reg_write(COMMAND_QUEUE_PORT, xfer->cmd_desc[0]); in hci_pio_write_cmd()
232 pio_reg_write(COMMAND_QUEUE_PORT, xfer->cmd_desc[1]); in hci_pio_write_cmd()
236 pio_reg_write(COMMAND_QUEUE_PORT, xfer->cmd_desc[2]); in hci_pio_write_cmd()
237 pio_reg_write(COMMAND_QUEUE_PORT, xfer->cmd_desc[3]); in hci_pio_write_cmd()
[all …]