Home
last modified time | relevance | path

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

/arch/arm/plat-s3c/include/plat/
Dcpu.h49 extern void s3c24xx_init_io(struct map_desc *mach_desc, int size);
50 extern void s3c64xx_init_io(struct map_desc *mach_desc, int size);
/arch/arm/mach-w90x900/
Dcpu.h42 extern void w90p910_init_io(struct map_desc *mach_desc, int size);
45 extern void w90p910_map_io(struct map_desc *mach_desc, int size);
Dw90p910.c101 void __init w90p910_map_io(struct map_desc *mach_desc, int mach_size) in w90p910_map_io() argument
/arch/arm/plat-s3c64xx/
Dcpu.c104 void __init s3c64xx_init_io(struct map_desc *mach_desc, int size) in s3c64xx_init_io() argument
110 iotable_init(mach_desc, size); in s3c64xx_init_io()
/arch/arm/plat-s3c24xx/
Dcpu.c202 void __init s3c24xx_init_io(struct map_desc *mach_desc, int size) in s3c24xx_init_io() argument
207 iotable_init(mach_desc, size); in s3c24xx_init_io()