Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_dw_common.h55 int dw_wdt_probe(const uint32_t base, const uint32_t reset_pulse_length);
Dwdt_dw_common.c90 int dw_wdt_probe(const uint32_t base, const uint32_t reset_pulse_length) in dw_wdt_probe() function
Dwdt_intel_adsp.c159 ret = dw_wdt_probe(dev_data->core_wdt[i], reset_pulse_length); in intel_adsp_wdt_init()
Dwdt_dw.c189 ret = dw_wdt_probe((uint32_t)reg_base, dev_config->reset_pulse_length);