Home
last modified time | relevance | path

Searched refs:get_counter_value (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Darmada_37xx_wdt.c84 static u64 get_counter_value(struct armada_37xx_watchdog *dev, int id) in get_counter_value() function
160 res = get_counter_value(dev, CNTR_ID_WDOG) * CNTR_CTRL_PRESCALE_MIN; in armada_37xx_wdt_get_timeleft()
/openbmc/qemu/hw/misc/
H A Dmos6522.c130 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value() function
157 d = get_counter_value(s, ti); in get_counter()