Searched refs:mach_desc (Results 1 – 14 of 14) sorted by relevance
/arch/arm/mach-s5pc100/ |
D | common.c | 139 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()
|
D | common.h | 15 void s5pc100_init_io(struct map_desc *mach_desc, int size);
|
/arch/arm/mach-s5pv210/ |
D | common.c | 156 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()
|
D | common.h | 15 void s5pv210_init_io(struct map_desc *mach_desc, int size);
|
/arch/arm/mach-exynos/ |
D | common.h | 17 void exynos_init_io(struct map_desc *mach_desc, int size);
|
D | common.c | 294 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/ |
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 | 164 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/ |
D | cpu.c | 220 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/ |
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/plat-samsung/include/plat/ |
D | cpu.h | 167 extern void s3c24xx_init_io(struct map_desc *mach_desc, int size);
|