Searched refs:ioremap (Results 1 - 25 of 965) sorted by relevance

1234567891011>>

/linux-master/arch/um/include/asm/
H A Dio.h9 #ifndef ioremap
10 #define ioremap ioremap macro
11 static inline void __iomem *ioremap(phys_addr_t offset, size_t size) function
15 #endif /* ioremap */
/linux-master/arch/openrisc/mm/
H A DMakefile6 obj-y := fault.o cache.o tlb.o init.o ioremap.o
/linux-master/arch/parisc/mm/
H A DMakefile6 obj-y := init.o fault.o ioremap.o fixmap.o
/linux-master/arch/mips/loongson32/common/
H A Dprom.c29 uart_base = ioremap(LS1X_UART3_BASE, 0x0f);
31 uart_base = ioremap(LS1X_UART2_BASE, 0x0f);
33 uart_base = ioremap(LS1X_UART1_BASE, 0x0f);
35 uart_base = ioremap(LS1X_UART0_BASE, 0x0f);
/linux-master/arch/arm/mach-mvebu/
H A Dkirkwood-pm.c64 ddr_operation_base = ioremap(DDR_OPERATION_BASE, 4);
65 memory_pm_ctrl = ioremap(MEMORY_PM_CTRL_PHYS, 4);
/linux-master/arch/mips/loongson2ef/common/
H A Dreset.c20 ((void (*)(void))ioremap(LOONGSON_BOOT_BASE, 4)) ();
24 func = (void *)ioremap(LOONGSON_BOOT_BASE, 4);
H A Dinit.c32 ioremap(LOONGSON_ADDRWINCFG_BASE, LOONGSON_ADDRWINCFG_SIZE);
41 ioremap(LOONGSON_PCIIO_BASE, LOONGSON_PCIIO_SIZE));
/linux-master/arch/arc/mm/
H A DMakefile6 obj-y := extable.o ioremap.o dma.o fault.o init.o
H A Dioremap.c25 void __iomem *ioremap(phys_addr_t paddr, unsigned long size) function
37 EXPORT_SYMBOL(ioremap); variable
40 * ioremap with access flags
41 * Cache semantics wise it is same as ioremap - "forced" uncached.
42 * However unlike vanilla ioremap which bypasses ARC MMU for addresses in
/linux-master/arch/arm/mach-shmobile/
H A Dsetup-r8a7740.c31 reg = ioremap(MEBUFCNTR, 4);
40 void __iomem *intc_prio_base = ioremap(0xe6900010, 0x10);
41 void __iomem *intc_msk_base = ioremap(0xe6900040, 0x10);
42 void __iomem *pfc_inta_ctrl = ioremap(0xe605807c, 0x4);
H A Dsmp-sh73a0.c35 void __iomem *cpg2 = ioremap(CPG_BASE2, PAGE_SIZE);
55 ap = ioremap(AP_BASE, PAGE_SIZE);
56 sysc = ioremap(SYSC_BASE, PAGE_SIZE);
/linux-master/arch/mips/include/asm/mips-boards/
H A Dgeneric.h52 #define MIPS_REVISION_CORID (((*(volatile u32 *)ioremap(MIPS_REVISION_REG, 4)) >> 10) & 0x3f)
66 #define MIPS_REVISION_SCONID (((*(volatile u32 *)ioremap(MIPS_REVISION_REG, 4)) >> 24) & 0xff)
H A Dmalta.h25 #define MALTA_BONITO_PORT_BASE ((unsigned long)ioremap (0x1fd00000, 0x10000))
32 return (unsigned long) ioremap (((addr & 0xffff) << 21), 0x10000);
39 return (unsigned long) ioremap(addr, 0x10000);
/linux-master/drivers/input/serio/
H A Di8042-snirm.h52 kbd_iobase = ioremap(0x16000000, 4);
56 kbd_iobase = ioremap(0x14000000, 4);
/linux-master/arch/xtensa/mm/
H A DMakefile8 obj-$(CONFIG_MMU) += cache.o ioremap.o mmu.o tlb.o
/linux-master/arch/sh/kernel/
H A Dcrash_dump.c22 vaddr = ioremap(pfn << PAGE_SHIFT, PAGE_SIZE);
/linux-master/arch/arm/kernel/
H A Dcrash_dump.c27 vaddr = ioremap(__pfn_to_phys(pfn), PAGE_SIZE);
/linux-master/arch/loongarch/mm/
H A DMakefile7 fault.o ioremap.o maccess.o mmap.o pgtable.o page.o
/linux-master/arch/mips/include/asm/
H A Ddmi.h8 #define dmi_early_remap(x, l) ioremap(x, l)
/linux-master/arch/x86/kernel/
H A Deisa.c19 p = ioremap(0x0FFFD9, 4);
/linux-master/include/asm-generic/
H A Dlogic_io.h33 #define ioremap ioremap macro
34 void __iomem *ioremap(phys_addr_t offset, size_t size);
/linux-master/arch/xtensa/include/asm/
H A Dio.h36 static inline void __iomem *ioremap(unsigned long offset, unsigned long size) function
45 #define ioremap ioremap macro
/linux-master/arch/m68k/include/asm/
H A Dkmap.h22 #define ioremap ioremap macro
23 static inline void __iomem *ioremap(unsigned long physaddr, unsigned long size) function
/linux-master/arch/mips/sgi-ip32/
H A Dcrime.c33 set_io_port_base((unsigned long) ioremap(MACEPCI_LOW_IO, 0x2000000));
34 crime = ioremap(CRIME_BASE, sizeof(struct sgi_crime));
35 mace = ioremap(MACE_BASE, sizeof(struct sgi_mace));
/linux-master/arch/mips/pic32/common/
H A Dreset.c27 ioremap(PIC32_BASE_RESET + PIC32_RSWRST, sizeof(u32));

Completed in 263 milliseconds

1234567891011>>