Searched refs:GSC_SC_CTRL1_WDDIS (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/board/gateworks/gw_ventana/ | ||
H A D | gsc.h | 29 GSC_SC_CTRL1_WDDIS = 7, /* 1 = disable boot watchdog */ enumerator |
H A D | gsc.c | 170 reg |= (1 << GSC_SC_CTRL1_WDDIS); in gsc_boot_wd_disable() |