Home
last modified time | relevance | path

Searched refs:ast_reset_mode_from_flags (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-aspeed/
H A Dast_wdt.c12 u32 ast_reset_mode_from_flags(ulong flags) in ast_reset_mode_from_flags() function
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dwdt.h81 u32 ast_reset_mode_from_flags(ulong flags);
/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dast2500-reset.c51 reset_mode = ast_reset_mode_from_flags(reset_ctl->id); in ast2500_reset_assert()
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dast_wdt.c27 u32 reset_mode = ast_reset_mode_from_flags(flags); in ast_wdt_start()