Searched refs:mach_desc (Results 1 – 14 of 14) sorted by relevance
/arch/arm/mach-s5pc100/ |
D | common.c | 140 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()
|
D | common.h | 15 void s5pc100_init_io(struct map_desc *mach_desc, int size);
|
/arch/arm/mach-s5pv210/ |
D | common.c | 157 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()
|
D | common.h | 15 void s5pv210_init_io(struct map_desc *mach_desc, int size);
|
/arch/arm/mach-s3c64xx/ |
D | common.h | 21 void s3c64xx_init_io(struct map_desc *mach_desc, int size);
|
D | common.c | 153 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/ |
D | common.h | 17 void s5p64x0_init_io(struct map_desc *mach_desc, int size);
|
D | common.c | 165 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/ |
D | cpu.h | 50 extern void nuc900_map_io(struct map_desc *mach_desc, int mach_size);
|
D | cpu.c | 203 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/ |
D | common.h | 22 void exynos_init_io(struct map_desc *mach_desc, int size);
|
D | common.c | 387 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/ |
D | common.c | 219 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/ |
D | cpu.h | 188 extern void s3c24xx_init_io(struct map_desc *mach_desc, int size);
|