Searched refs:io_map (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-picoxcell/ |
| H A D | common.c | 39 static struct map_desc io_map __initdata = { 48 iotable_init(&io_map, 1); in picoxcell_map_io()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A 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()
|
| H A 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()
|
| H A D | sp-dev.h | 85 void __iomem *io_map; member
|
| H A D | psp-dev.c | 156 psp->io_regs = sp->io_map; in psp_dev_init()
|
| H A D | ccp-dev.c | 637 ccp->io_regs = sp->io_map + ccp->vdata->offset; in ccp_dev_init()
|
| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/ |
| H A D | Makefile | 7 obj-$(CONFIG_CMD_DDR_TOOL) += ddr_tool_common.o ddr_tool_mp.o io_map.o
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | tss.h | 32 u16 io_map; member
|