Home
last modified time | relevance | path

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

/arch/arm/mach-s5pc100/
Dcommon.c140 void __init s5pc100_init_io(struct map_desc *mach_desc, int size) in s5pc100_init_io() argument
144 if (mach_desc) in s5pc100_init_io()
145 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.c157 void __init s5pv210_init_io(struct map_desc *mach_desc, int size) in s5pv210_init_io() argument
161 if (mach_desc) in s5pv210_init_io()
162 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-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.c165 void __init s5p64x0_init_io(struct map_desc *mach_desc, int size) in s5p64x0_init_io() argument
169 if (mach_desc) in s5p64x0_init_io()
170 iotable_init(mach_desc, size); in s5p64x0_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/mach-exynos/
Dcommon.h22 void exynos_init_io(struct map_desc *mach_desc, int size);
Dcommon.c387 void __init exynos_init_io(struct map_desc *mach_desc, int size) in exynos_init_io() argument
398 if (mach_desc) in exynos_init_io()
399 iotable_init(mach_desc, size); in exynos_init_io()
/arch/arm/mach-s3c24xx/
Dcommon.c219 void __init s3c24xx_init_io(struct map_desc *mach_desc, int size) in s3c24xx_init_io() argument
224 iotable_init(mach_desc, size); in s3c24xx_init_io()
/arch/arm/plat-samsung/include/plat/
Dcpu.h188 extern void s3c24xx_init_io(struct map_desc *mach_desc, int size);