Home
last modified time | relevance | path

Searched refs:at91_ioremap_shdwc (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/arch/arm/mach-at91/
Dgeneric.h75 extern void at91_ioremap_shdwc(u32 base_addr);
Dat91sam9rl.c290 at91_ioremap_shdwc(AT91SAM9RL_BASE_SHDWC); in at91sam9rl_ioremap_registers()
Dat91sam9261.c285 at91_ioremap_shdwc(AT91SAM9261_BASE_SHDWC); in at91sam9261_ioremap_registers()
Dat91sam9263.c305 at91_ioremap_shdwc(AT91SAM9263_BASE_SHDWC); in at91sam9263_ioremap_registers()
Dat91sam9g45.c338 at91_ioremap_shdwc(AT91SAM9G45_BASE_SHDWC); in at91sam9g45_ioremap_registers()
Dat91sam9260.c332 at91_ioremap_shdwc(AT91SAM9260_BASE_SHDWC); in at91sam9260_ioremap_registers()
Dsetup.c280 void __init at91_ioremap_shdwc(u32 base_addr) in at91_ioremap_shdwc() function