Searched refs:mach_desc (Results 1 – 6 of 6) sorted by relevance
23 void s3c64xx_init_io(struct map_desc *mach_desc, int size);
194 void __init s3c64xx_init_io(struct map_desc *mach_desc, int size) in s3c64xx_init_io() argument198 iotable_init(mach_desc, size); in s3c64xx_init_io()
50 extern void nuc900_map_io(struct map_desc *mach_desc, int mach_size);
204 void __init nuc900_map_io(struct map_desc *mach_desc, int mach_size) in nuc900_map_io() argument208 iotable_init(mach_desc, mach_size); in nuc900_map_io()
113 extern void s3c24xx_init_io(struct map_desc *mach_desc, int size);
218 void __init s3c24xx_init_io(struct map_desc *mach_desc, int size) in s3c24xx_init_io() argument223 iotable_init(mach_desc, size); in s3c24xx_init_io()