Searched refs:thld_ctrl (Results 1 – 1 of 1) sorted by relevance
385 u32 thld_ctrl; in dw_i3c_master_start_xfer_locked() local396 thld_ctrl = readl(master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_start_xfer_locked()397 thld_ctrl &= ~QUEUE_THLD_CTRL_RESP_BUF_MASK; in dw_i3c_master_start_xfer_locked()398 thld_ctrl |= QUEUE_THLD_CTRL_RESP_BUF(xfer->ncmds); in dw_i3c_master_start_xfer_locked()399 writel(thld_ctrl, master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_start_xfer_locked()523 u32 thld_ctrl; in dw_i3c_master_set_intr_regs() local525 thld_ctrl = readl(master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_set_intr_regs()526 thld_ctrl &= ~(QUEUE_THLD_CTRL_RESP_BUF_MASK | in dw_i3c_master_set_intr_regs()529 thld_ctrl |= QUEUE_THLD_CTRL_IBI_STAT(1) | in dw_i3c_master_set_intr_regs()531 writel(thld_ctrl, master->regs + QUEUE_THLD_CTRL); in dw_i3c_master_set_intr_regs()[all …]