Searched refs:iwdg (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/drivers/ |
| H A D | stm32_iwdg.c | 120 static uint32_t sr_ewif_mask(struct stm32_iwdg_device *iwdg) in sr_ewif_mask() argument 122 if (iwdg->hw_version >= IWDG_ICR_MIN_VER) in sr_ewif_mask() 128 static vaddr_t get_base(struct stm32_iwdg_device *iwdg) in get_base() argument 130 return io_pa_or_va(&iwdg->base, 1); in get_base() 133 static void iwdg_wdt_set_enabled(struct stm32_iwdg_device *iwdg) in iwdg_wdt_set_enabled() argument 135 iwdg->flags |= IWDG_FLAGS_ENABLED; in iwdg_wdt_set_enabled() 138 static bool iwdg_wdt_is_enabled(struct stm32_iwdg_device *iwdg) in iwdg_wdt_is_enabled() argument 140 return iwdg->flags & IWDG_FLAGS_ENABLED; in iwdg_wdt_is_enabled() 144 static uint32_t iwdg_timeout_cnt(struct stm32_iwdg_device *iwdg, in iwdg_timeout_cnt() argument 147 uint64_t reload = (uint64_t)to_sec * clk_get_rate(iwdg->clk_lsi); in iwdg_timeout_cnt() [all …]
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp211.dtsi | 128 compatible = "st,stm32mp1-iwdg"; 138 compatible = "st,stm32mp1-iwdg";
|
| H A D | stm32mp231.dtsi | 223 compatible = "st,stm32mp1-iwdg"; 233 compatible = "st,stm32mp1-iwdg";
|
| H A D | stm32mp131.dtsi | 343 compatible = "st,stm32mp1-iwdg"; 791 compatible = "st,stm32mp1-iwdg";
|
| H A D | stm32mp251.dtsi | 267 compatible = "st,stm32mp1-iwdg"; 277 compatible = "st,stm32mp1-iwdg";
|
| H A D | stm32mp151.dtsi | 358 compatible = "st,stm32mp1-iwdg"; 1952 compatible = "st,stm32mp1-iwdg";
|