Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Disp_netbsd.h376 #define XS_PSTS_INWDOG 0x10000000 macro
380 #define XS_CMD_S_WDOG(xs) (xs)->xs_status |= XS_PSTS_INWDOG
381 #define XS_CMD_C_WDOG(xs) (xs)->xs_status &= ~XS_PSTS_INWDOG
382 #define XS_CMD_WDOG_P(xs) (((xs)->xs_status & XS_PSTS_INWDOG) != 0)