Searched refs:io_map (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/arm/mach-picoxcell/ |
D | common.c | 39 static struct map_desc io_map __initdata = { 48 iotable_init(&io_map, 1); in picoxcell_map_io()
|
/Linux-v5.10/arch/sparc/kernel/ |
D | leon_pci_grpci2.c | 73 unsigned int io_map; /* 0x0C I/O Map address */ member 183 unsigned int io_map; member 567 u32 ahbadr, pciadr, bar_sz, capptr, io_map, data; in grpci2_hw_init() local 584 REGSTORE(regs->io_map, REGLOAD(regs->io_map) & 0x0000ffff); in grpci2_hw_init() 599 grpci2_cfg_r32(priv, TGT, 0, capptr+CAP9_IOMAP_OFS, &io_map); in grpci2_hw_init() 600 io_map = (io_map & ~0x1) | (priv->bt_enabled ? 1 : 0); in grpci2_hw_init() 601 grpci2_cfg_w32(priv, TGT, 0, capptr+CAP9_IOMAP_OFS, io_map); in grpci2_hw_init()
|
/Linux-v5.10/drivers/crypto/ccp/ |
D | sp-platform.c | 148 sp->io_map = devm_platform_ioremap_resource(pdev, 0); in sp_platform_probe() 149 if (IS_ERR(sp->io_map)) { in sp_platform_probe() 150 ret = PTR_ERR(sp->io_map); in sp_platform_probe()
|
D | sp-pci.c | 203 sp->io_map = iomap_table[sp->dev_vdata->bar]; in sp_pci_probe() 204 if (!sp->io_map) { in sp_pci_probe()
|
D | sp-dev.h | 85 void __iomem *io_map; member
|
D | psp-dev.c | 156 psp->io_regs = sp->io_map; in psp_dev_init()
|
D | ccp-dev.c | 637 ccp->io_regs = sp->io_map + ccp->vdata->offset; in ccp_dev_init()
|
/Linux-v5.10/arch/x86/kvm/ |
D | tss.h | 32 u16 io_map; member
|