Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c183 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()
326 pio_reg_write(XFER_DATA_PORT, *p++); in hci_pio_do_tx()
340 pio_reg_write(XFER_DATA_PORT, *p); in hci_pio_do_tx()
[all …]