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.c401 u32 thld_ctrl; in dw_i3c_master_start_xfer_locked() local
412 thld_ctrl = readl(master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_start_xfer_locked()
413 thld_ctrl &= ~QUEUE_THLD_CTRL_RESP_BUF_MASK; in dw_i3c_master_start_xfer_locked()
414 thld_ctrl |= QUEUE_THLD_CTRL_RESP_BUF(xfer->ncmds); in dw_i3c_master_start_xfer_locked()
415 writel(thld_ctrl, master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_start_xfer_locked()
533 u32 thld_ctrl; in dw_i3c_master_set_intr_regs() local
535 thld_ctrl = readl(master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_set_intr_regs()
536 thld_ctrl &= ~(QUEUE_THLD_CTRL_RESP_BUF_MASK | in dw_i3c_master_set_intr_regs()
539 thld_ctrl |= QUEUE_THLD_CTRL_IBI_STAT(1) | in dw_i3c_master_set_intr_regs()
541 writel(thld_ctrl, master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_set_intr_regs()
[all …]