Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/watchdog/
H A Dwdt_imx2.h26 IMX2_WDT_WSR = 0x0002, /* Service Register */ enumerator
/openbmc/linux/drivers/watchdog/
H A Dimx2_wdt.c45 #define IMX2_WDT_WSR 0x02 /* Service Register */ macro
178 regmap_write(wdev->regmap, IMX2_WDT_WSR, IMX2_WDT_SEQ1); in imx2_wdt_ping()
179 regmap_write(wdev->regmap, IMX2_WDT_WSR, IMX2_WDT_SEQ2); in imx2_wdt_ping()
/openbmc/qemu/hw/watchdog/
H A Dwdt_imx2.c81 case IMX2_WDT_WSR: in imx2_wdt_read()
187 case IMX2_WDT_WSR: in imx2_wdt_write()