Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daic79xx.h385 AHD_RESET_POLL_ACTIVE = 0x200000, enumerator
H A Daic79xx.c7747 if ((ahd->flags & AHD_RESET_POLL_ACTIVE) == 0) { in ahd_reset_channel()
7748 ahd->flags |= AHD_RESET_POLL_ACTIVE; in ahd_reset_channel()
7791 ahd->flags &= ~AHD_RESET_POLL_ACTIVE; in ahd_reset_poll()