Searched refs:pio_reg_write (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | pio.c | 23 #define pio_reg_write(r, v) writel(v, hci->PIO_regs + (PIO_##r)) macro 168 pio_reg_write(DATA_BUFFER_THLD_CTRL, val); in __hci_pio_init() 181 pio_reg_write(QUEUE_THLD_CTRL, val); in __hci_pio_init() 185 pio_reg_write(INTR_SIGNAL_ENABLE, 0x0); in __hci_pio_init() 186 pio_reg_write(INTR_STATUS_ENABLE, 0xffffffff); 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() 253 pio_reg_write(COMMAND_QUEUE_PORT, xfer->cmd_desc[0]); in hci_pio_write_cmd() 254 pio_reg_write(COMMAND_QUEUE_PORT, xfer->cmd_desc[1]); in hci_pio_write_cmd() 260 pio_reg_write(COMMAND_QUEUE_PORT, xfer->cmd_desc[2]); in hci_pio_write_cmd() [all …]
|