Searched refs:base_regs (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/8390/ |
| 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-v6.6/drivers/i3c/master/mipi-i3c-hci/ |
| D | core.c | 30 #define reg_read(r) readl(hci->base_regs + (r)) 31 #define reg_write(r, v) writel(v, hci->base_regs + (r)) 611 hci->DAT_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init() 619 hci->DCT_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init() 627 hci->RHS_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init() 632 hci->PIO_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init() 637 hci->EXTCAPS_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init() 742 hci->base_regs = devm_platform_ioremap_resource(pdev, 0); in i3c_hci_probe() 743 if (IS_ERR(hci->base_regs)) in i3c_hci_probe() 744 return PTR_ERR(hci->base_regs); in i3c_hci_probe()
|
| D | hci.h | 35 void __iomem *base_regs; member
|
| D | pio.c | 692 readl(hci->base_regs + 0x20), readl(hci->base_regs + 0x28)); in hci_pio_dequeue_xfer()
|
| D | dma.c | 240 rh->regs = hci->base_regs + offset; in hci_dma_init()
|
| /Linux-v6.6/tools/testing/selftests/kvm/aarch64/ |
| D | get-reg-list.c | 272 static __u64 base_regs[] = { variable 675 { "base", .regs = base_regs, .regs_n = ARRAY_SIZE(base_regs), }
|
| /Linux-v6.6/tools/testing/selftests/kvm/riscv/ |
| D | get-reg-list.c | 486 static __u64 base_regs[] = { variable 704 {"base", .regs = base_regs, .regs_n = ARRAY_SIZE(base_regs), \
|