Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic79xx_seq.h948 return ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0); in ahd_patch10_func()
H A Daic79xx.seq1115 if ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0) {
1120 if ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0) {
1124 if ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0) {
1147 if ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0) {
/openbsd/sys/dev/ic/
H A Daic79xx.h358 AHD_SEQUENCER_DEBUG = 0x00008, enumerator
H A Daic79xx.c6052 ahd->flags |= AHD_SEQUENCER_DEBUG; in ahd_init()