Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/mipi-i3c-hci/
A Dhci_quirks.c23 #define QUEUE_THLD_CTRL 0xD0 macro
41 data = reg_read(QUEUE_THLD_CTRL); in amd_set_resp_buf_thld()
43 reg_write(QUEUE_THLD_CTRL, data); in amd_set_resp_buf_thld()
A Dpio.c196 pio_reg_write(QUEUE_THLD_CTRL, val); in hci_pio_init()
750 pio_reg_write(QUEUE_THLD_CTRL, regval); in hci_pio_set_ibi_thresh()
/linux/drivers/i3c/master/
A Ddw-i3c-master.c92 #define QUEUE_THLD_CTRL 0x1c macro
408 thld_ctrl = readl(master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_start_xfer_locked()
411 writel(thld_ctrl, master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_start_xfer_locked()
537 thld_ctrl = readl(master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_set_intr_regs()
543 writel(thld_ctrl, master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_set_intr_regs()

Completed in 12 milliseconds