Home
last modified time | relevance | path

Searched refs:pxa2xx_clear_reset_status (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/arm/mach-pxa/
Dgeneric.h40 extern void pxa2xx_clear_reset_status(unsigned int);
42 static inline void pxa2xx_clear_reset_status(unsigned int mask) {} in pxa2xx_clear_reset_status() function
Dpxa2xx.c24 void pxa2xx_clear_reset_status(unsigned int mask) in pxa2xx_clear_reset_status() function
Dgeneric.c37 pxa2xx_clear_reset_status(mask); in clear_reset_status()