Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/mt8173/drivers/wdt/
H A Dwdt.h16 uint64_t wdt_smc_handler(uint32_t x1, uint32_t x2, void *handle);
H A Dwdt.c92 uint64_t wdt_smc_handler(uint32_t x1, in wdt_smc_handler() function
/rk3399_ARM-atf/plat/mediatek/mt8173/
H A Dplat_sip_calls.c107 return wdt_smc_handler(x1, x2, handle); in mediatek_plat_sip_handler()