Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A Dgsc.c95 if (buf[GSC_SC_STATUS] & (1 << GSC_SC_IRQ_WATCHDOG)) { in gsc_info()
96 buf[GSC_SC_STATUS] &= ~(1 << GSC_SC_IRQ_WATCHDOG); in gsc_info()
H A Dgsc.h40 GSC_SC_IRQ_WATCHDOG = 6, /* Watchdog trip */ enumerator