Searched refs:PIO_regs (Results 1 – 3 of 3) sorted by relevance
39 void __iomem *PIO_regs; member
632 hci->PIO_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()713 if (!hci->io && hci->PIO_regs) { in i3c_hci_init()
23 #define pio_reg_read(r) readl(hci->PIO_regs + (PIO_##r))24 #define pio_reg_write(r, v) writel(v, hci->PIO_regs + (PIO_##r))