Searched refs:base_regs (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ethernet/8390/ |
| H A D | xsurf100.c | 52 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 D | hci.h | 30 #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 D | core.c | 650 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 D | pio.c | 692 readl(hci->base_regs + 0x20), readl(hci->base_regs + 0x28)); in hci_pio_dequeue_xfer()
|
| H A D | dma.c | 228 rh->regs = hci->base_regs + offset; in hci_dma_init()
|
| /linux-6.15/tools/testing/selftests/kvm/arm64/ |
| H A D | get-reg-list.c | 284 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 D | get-reg-list.c | 696 static __u64 base_regs[] = { variable 878 {"base", .regs = base_regs, .regs_n = ARRAY_SIZE(base_regs), \
|