Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dgeneric.h54 extern void pxa2xx_clear_reset_status(unsigned int);
56 static inline void pxa2xx_clear_reset_status(unsigned int mask) {} in pxa2xx_clear_reset_status() function
H A Dpxa2xx.c21 void pxa2xx_clear_reset_status(unsigned int mask) in pxa2xx_clear_reset_status() function
H A Dgeneric.c36 pxa2xx_clear_reset_status(mask); in clear_reset_status()