Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/
H A Di3c-master-cdns.c107 #define MST_INT_CMDD_EMP BIT(5) macro
525 writel(MST_INT_CMDD_EMP, master->regs + MST_ICR); in cdns_i3c_master_start_xfer_locked()
543 writel(MST_INT_CMDD_EMP, master->regs + MST_IER); in cdns_i3c_master_start_xfer_locked()
556 if (!(isr & MST_INT_CMDD_EMP)) in cdns_i3c_master_end_xfer_locked()
559 writel(MST_INT_CMDD_EMP, master->regs + MST_IDR); in cdns_i3c_master_end_xfer_locked()
654 writel(MST_INT_CMDD_EMP, master->regs + MST_IDR); in cdns_i3c_master_unqueue_xfer()