Exemple #1
0
/*
 * Set up static virtual mappings.
 */
void __init pcm037_map_io(void)
{
	mxc_map_io();
	iotable_init(pcm037_io_desc, ARRAY_SIZE(pcm037_io_desc));
}
Exemple #2
0
static void __init mx27ads_map_io(void)
{
	mxc_map_io();
	iotable_init(mx27ads_io_desc, ARRAY_SIZE(mx27ads_io_desc));
}
Exemple #3
0
/*
 * Set up static virtual mappings.
 */
void __init mx31lite_map_io(void)
{
    mxc_map_io();
    iotable_init(mx31lite_io_desc, ARRAY_SIZE(mx31lite_io_desc));
}