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