Home
last modified time | relevance | path

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

/linux-6.15/drivers/i3c/master/
H A Dsvc-i3c-master.c59 #define SVC_I3C_MSTATUS 0x088 macro
289 mstatus = readl(master->regs + SVC_I3C_MSTATUS); in svc_i3c_master_error()
478 writel(SVC_I3C_MINT_IBIWON, master->regs + SVC_I3C_MSTATUS); in svc_i3c_master_handle_ibi_won()
520 writel(SVC_I3C_MINT_IBIWON, master->regs + SVC_I3C_MSTATUS); in svc_i3c_master_ibi_work()
536 status = readl(master->regs + SVC_I3C_MSTATUS); in svc_i3c_master_ibi_work()
608 u32 active = readl(master->regs + SVC_I3C_MSTATUS); in svc_i3c_master_irq_handler()
614 writel(SVC_I3C_MINT_SLVSTART, master->regs + SVC_I3C_MSTATUS); in svc_i3c_master_irq_handler()
953 writel(SVC_I3C_MINT_IBIWON, master->regs + SVC_I3C_MSTATUS); in svc_i3c_master_do_daa_locked()
1230 mstatus = readl(master->regs + SVC_I3C_MSTATUS); in svc_i3c_master_read()
1291 writel(SVC_I3C_MINT_IBIWON, master->regs + SVC_I3C_MSTATUS); in svc_i3c_master_xfer()
[all …]