Home
last modified time | relevance | path

Searched refs:io_map (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dleon_pci_grpci2.c73 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 Dcommon.c39 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 Dsp-platform.c148 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 Dsp-pci.c203 sp->io_map = iomap_table[sp->dev_vdata->bar]; in sp_pci_probe()
204 if (!sp->io_map) { in sp_pci_probe()
H A Dsp-dev.h85 void __iomem *io_map; member
H A Dpsp-dev.c156 psp->io_regs = sp->io_map; in psp_dev_init()
H A Dccp-dev.c637 ccp->io_regs = sp->io_map + ccp->vdata->offset; in ccp_dev_init()
/OK3568_Linux_fs/u-boot/cmd/ddr_tool/
H A DMakefile7 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 Dtss.h32 u16 io_map; member