Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/8390/
H A Dxsurf100.c52 void __iomem *base_regs; member
60 return (readw(xs100->base_regs + XS100_IRQSTATUS_BASE) & 0xaaaa) != 0; in is_xsurf100_network_irq()
286 ax88796_data.base_regs = ioremap(zdev->resource.start, 0x100); in xsurf100_probe()
289 if (!ax88796_data.base_regs) { in xsurf100_probe()
333 iounmap(ax88796_data.base_regs); in xsurf100_probe()
352 iounmap(xs100->base_regs); in xsurf100_remove()
/linux-6.15/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h30 #define reg_read(r) readl(hci->base_regs + (r))
31 #define reg_write(r, v) writel(v, hci->base_regs + (r))
40 void __iomem *base_regs; member
H A Dcore.c650 hci->DAT_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
660 hci->DCT_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
670 hci->RHS_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
675 hci->PIO_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
680 hci->EXTCAPS_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
796 hci->base_regs = devm_platform_ioremap_resource(pdev, 0); in i3c_hci_probe()
797 if (IS_ERR(hci->base_regs)) in i3c_hci_probe()
798 return PTR_ERR(hci->base_regs); in i3c_hci_probe()
H A Dpio.c692 readl(hci->base_regs + 0x20), readl(hci->base_regs + 0x28)); in hci_pio_dequeue_xfer()
H A Ddma.c228 rh->regs = hci->base_regs + offset; in hci_dma_init()
/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dget-reg-list.c284 static __u64 base_regs[] = { variable
690 { "base", .regs = base_regs, .regs_n = ARRAY_SIZE(base_regs), }
/linux-6.15/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c696 static __u64 base_regs[] = { variable
878 {"base", .regs = base_regs, .regs_n = ARRAY_SIZE(base_regs), \