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

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/mm/
H A DMakefile11 obj-y := init.o fault.o extable.o ioremap.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/mm/
H A DMakefile12 obj-y := init.o fault.o ioremap.o extable.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/mm/
H A DMakefile12 obj-y := init.o fault.o ioremap.o extable.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/mm/
H A DMakefile11 obj-y := init.o fault.o tlb.o extable.o ioremap.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A DMakefile11 obj-y := init.o fault.o ioremap.o extable.o modutil.o pageattr.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/mm/
H A DMakefile12 obj-y := init.o fault.o ioremap.o extable.o pageattr.o
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dvga.h20 #define VGA_MAP_MEM(x) ((unsigned long) ioremap((x), 0))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dvga.h20 #define VGA_MAP_MEM(x) ((unsigned long) ioremap((x), 0))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dzorro.h21 extern void *ioremap(unsigned long address, unsigned long size);
27 #define z_ioremap ioremap
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dzorro.h21 extern void *ioremap(unsigned long address, unsigned long size);
27 #define z_ioremap ioremap
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/mm/
H A DMakefile14 obj-$(CONFIG_CPU_SH4) += cache-sh4.o __clear_user_page-sh4.o __copy_user_page-sh4.o ioremap.o
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dvga.h45 #define VGA_MAP_MEM(x) ((unsigned long) ioremap((x), 0))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dvga.h45 #define VGA_MAP_MEM(x) ((unsigned long) ioremap((x), 0))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dio_unknown.c45 UNKNOWN_ALIAS(ioremap)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dvga.h49 #define VGA_MAP_MEM(x) ((unsigned long) ioremap((x), 0))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dvga.h49 #define VGA_MAP_MEM(x) ((unsigned long) ioremap((x), 0))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dindirect_pci.c64 hose->cfg_addr = (unsigned int *) ioremap(cfg_addr, 4);
65 hose->cfg_data = (unsigned char *) ioremap(cfg_data, 4);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Dcs461x.c258 ba0 = ioremap(ba0_addr, CS461X_BA0_SIZE);
260 ba1.name.data0 = ioremap(ba1_addr + BA1_SP_DMEM0, CS461X_BA1_DATA0_SIZE);
261 ba1.name.data1 = ioremap(ba1_addr + BA1_SP_DMEM1, CS461X_BA1_DATA1_SIZE);
262 ba1.name.pmem = ioremap(ba1_addr + BA1_SP_PMEM, CS461X_BA1_PRG_SIZE);
263 ba1.name.reg = ioremap(ba1_addr + BA1_SP_REG, CS461X_BA1_REG_SIZE);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Dlincfg.c95 Card.memory[DIVAS_RAM_MEMORY] = ioremap(dwRAM, 0x400000);
96 Card.memory[DIVAS_CTL_MEMORY] = ioremap(dwCTL, 0x2000);
97 Card.memory[DIVAS_CFG_MEMORY] = ioremap(dwCFG, 0x100);
304 Card.memory[DIVAS_RAM_MEMORY] = ioremap(dwRAM, 0x10000);
305 Card.memory[DIVAS_REG_MEMORY] = ioremap(dwREG, 0x4000);
306 Card.memory[DIVAS_CFG_MEMORY] = ioremap(dwCFG, 0x1000);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Damiga7xx.c89 address = (unsigned long)ioremap(address, size);
105 address = (unsigned long)ioremap(address, size);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/db1x00/
H A Dpci_fixup.c62 virt_io_addr = (unsigned long)ioremap(Au1500_PCI_IO_START,
66 printk(KERN_ERR "Unable to ioremap pci space\n");
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/pb1500/
H A Dpci_fixup.c61 virt_io_addr = (unsigned long)ioremap(Au1500_PCI_IO_START,
65 printk(KERN_ERR "Unable to ioremap pci space\n");
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dio.h45 extern inline void * ioremap (unsigned long offset, unsigned long size) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dio.h45 extern inline void * ioremap (unsigned long offset, unsigned long size) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dio.h45 extern inline void * ioremap (unsigned long offset, unsigned long size) function

Completed in 168 milliseconds

1234567891011>>