Home
last modified time | relevance | path

Searched refs:MST_INT_CMDD_EMP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/i3c/master/
H A Di3c-master-cdns.c106 #define MST_INT_CMDD_EMP BIT(5) macro
537 writel(MST_INT_CMDD_EMP, master->regs + MST_ICR); in cdns_i3c_master_start_xfer_locked()
555 writel(MST_INT_CMDD_EMP, master->regs + MST_IER); in cdns_i3c_master_start_xfer_locked()
568 if (!(isr & MST_INT_CMDD_EMP)) in cdns_i3c_master_end_xfer_locked()
571 writel(MST_INT_CMDD_EMP, master->regs + MST_IDR); in cdns_i3c_master_end_xfer_locked()
666 writel(MST_INT_CMDD_EMP, master->regs + MST_IDR); in cdns_i3c_master_unqueue_xfer()
/kernel/linux/linux-6.6/drivers/i3c/master/
H A Di3c-master-cdns.c105 #define MST_INT_CMDD_EMP BIT(5) macro
536 writel(MST_INT_CMDD_EMP, master->regs + MST_ICR); in cdns_i3c_master_start_xfer_locked()
554 writel(MST_INT_CMDD_EMP, master->regs + MST_IER); in cdns_i3c_master_start_xfer_locked()
567 if (!(isr & MST_INT_CMDD_EMP)) in cdns_i3c_master_end_xfer_locked()
570 writel(MST_INT_CMDD_EMP, master->regs + MST_IDR); in cdns_i3c_master_end_xfer_locked()
665 writel(MST_INT_CMDD_EMP, master->regs + MST_IDR); in cdns_i3c_master_unqueue_xfer()

Completed in 6 milliseconds