Home
last modified time | relevance | path

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

/external/u-boot/board/gateworks/gw_ventana/
Dgsc.h29 GSC_SC_CTRL1_WDDIS = 7, /* 1 = disable boot watchdog */ enumerator
Dgsc.c166 reg |= (1 << GSC_SC_CTRL1_WDDIS); in gsc_boot_wd_disable()