Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/reset/
H A Dat91-reset.c32 #define AT91_RSTC_RSTTYP GENMASK(10, 8) /* Reset Type */ macro
111 switch ((reg & AT91_RSTC_RSTTYP) >> 8) { in at91_reset_status()
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_rstc.h43 #define AT91_RSTC_RSTTYP (7 << 8) /* Reset Type */ macro
/OK3568_Linux_fs/u-boot/board/siemens/taurus/
H A Dtaurus.c217 if ((readl(AT91_ASM_RSTC_SR) & AT91_RSTC_RSTTYP) == in siemens_phy_reset()