Home
last modified time | relevance | path

Searched refs:mach_desc (Results 1 – 14 of 14) sorted by relevance

/arch/arm/mach-s5pc100/
Dcommon.c139 void __init s5pc100_init_io(struct map_desc *mach_desc, int size) in s5pc100_init_io() argument
143 if (mach_desc) in s5pc100_init_io()
144 iotable_init(mach_desc, size); in s5pc100_init_io()
Dcommon.h15 void s5pc100_init_io(struct map_desc *mach_desc, int size);
/arch/arm/mach-s5pv210/
Dcommon.c156 void __init s5pv210_init_io(struct map_desc *mach_desc, int size) in s5pv210_init_io() argument
160 if (mach_desc) in s5pv210_init_io()
161 iotable_init(mach_desc, size); in s5pv210_init_io()
Dcommon.h15 void s5pv210_init_io(struct map_desc *mach_desc, int size);
/arch/arm/mach-exynos/
Dcommon.h17 void exynos_init_io(struct map_desc *mach_desc, int size);
Dcommon.c294 void __init exynos_init_io(struct map_desc *mach_desc, int size) in exynos_init_io() argument
298 if (mach_desc) in exynos_init_io()
299 iotable_init(mach_desc, size); in exynos_init_io()
/arch/arm/mach-s3c64xx/
Dcommon.h21 void s3c64xx_init_io(struct map_desc *mach_desc, int size);
Dcommon.c153 void __init s3c64xx_init_io(struct map_desc *mach_desc, int size) in s3c64xx_init_io() argument
157 iotable_init(mach_desc, size); in s3c64xx_init_io()
/arch/arm/mach-s5p64x0/
Dcommon.h17 void s5p64x0_init_io(struct map_desc *mach_desc, int size);
Dcommon.c164 void __init s5p64x0_init_io(struct map_desc *mach_desc, int size) in s5p64x0_init_io() argument
168 if (mach_desc) in s5p64x0_init_io()
169 iotable_init(mach_desc, size); in s5p64x0_init_io()
/arch/arm/plat-s3c24xx/
Dcpu.c220 void __init s3c24xx_init_io(struct map_desc *mach_desc, int size) in s3c24xx_init_io() argument
225 iotable_init(mach_desc, size); in s3c24xx_init_io()
/arch/arm/mach-w90x900/
Dcpu.h50 extern void nuc900_map_io(struct map_desc *mach_desc, int mach_size);
Dcpu.c203 void __init nuc900_map_io(struct map_desc *mach_desc, int mach_size) in nuc900_map_io() argument
207 iotable_init(mach_desc, mach_size); in nuc900_map_io()
/arch/arm/plat-samsung/include/plat/
Dcpu.h167 extern void s3c24xx_init_io(struct map_desc *mach_desc, int size);