Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/
H A Ddw-i3c-master.c380 u32 thld_ctrl; in dw_i3c_master_start_xfer_locked() local
391 thld_ctrl = readl(master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_start_xfer_locked()
392 thld_ctrl &= ~QUEUE_THLD_CTRL_RESP_BUF_MASK; in dw_i3c_master_start_xfer_locked()
393 thld_ctrl |= QUEUE_THLD_CTRL_RESP_BUF(xfer->ncmds); in dw_i3c_master_start_xfer_locked()
394 writel(thld_ctrl, master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_start_xfer_locked()
518 u32 thld_ctrl; in dw_i3c_master_set_intr_regs() local
520 thld_ctrl = readl(master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_set_intr_regs()
521 thld_ctrl &= ~(QUEUE_THLD_CTRL_RESP_BUF_MASK | in dw_i3c_master_set_intr_regs()
524 thld_ctrl |= QUEUE_THLD_CTRL_IBI_STAT(1) | in dw_i3c_master_set_intr_regs()
526 writel(thld_ctrl, master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_set_intr_regs()
[all …]