Home
last modified time | relevance | path

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

/linux-6.15/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h43 void __iomem *RHS_regs; member
H A Dcore.c670 hci->RHS_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
748 hci->RHS_regs = NULL; in i3c_hci_init()
751 if (hci->RHS_regs) { in i3c_hci_init()
H A Ddma.c40 #define rhs_reg_read(r) readl(hci->RHS_regs + (RHS_##r))
41 #define rhs_reg_write(r, v) writel(v, hci->RHS_regs + (RHS_##r))