Home
last modified time | relevance | path

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

/linux/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/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h27 #define reg_read(r) readl(hci->base_regs + (r))
28 #define reg_write(r, v) writel(v, hci->base_regs + (r))
42 void __iomem *base_regs; member
H A Dcore.c892 hci->DAT_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
902 hci->DCT_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
912 hci->RHS_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
917 hci->PIO_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
922 hci->EXTCAPS_regs = offset ? hci->base_regs + offset : NULL; in i3c_hci_init()
968 hci->base_regs = pdata->base_regs; in i3c_hci_probe()
970 if (!hci->base_regs) { in i3c_hci_probe()
971 hci->base_regs = devm_platform_ioremap_resource(pdev, 0); in i3c_hci_probe()
972 if (IS_ERR(hci->base_regs)) in i3c_hci_probe()
973 return PTR_ERR(hci->base_regs); in i3c_hci_probe()
H A Dmipi-i3c-hci-pci.c233 data->pdata.base_regs = hci->base + hci->info->instance_offset[idx]; in mipi_i3c_hci_pci_setup_cell()
H A Dpio.c721 readl(hci->base_regs + 0x20), readl(hci->base_regs + 0x28)); in hci_pio_dequeue_xfer()
H A Ddma.c346 rh->regs = hci->base_regs + offset; in hci_dma_init()
/linux/tools/testing/selftests/kvm/arm64/
H A Dget-reg-list.c301 static __u64 base_regs[] = { variable
780 { "base", .regs = base_regs, .regs_n = ARRAY_SIZE(base_regs), }
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c816 static __u64 base_regs[] = {
1058 {"base", .regs = base_regs, .regs_n = ARRAY_SIZE(base_regs), \
810 static __u64 base_regs[] = { global() variable