Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_seq.h1041 return ((ahc->flags & AHC_SEQUENCER_DEBUG) != 0); in ahc_patch5_func()
H A Daic7xxx.seq131 if ((ahc->flags & AHC_SEQUENCER_DEBUG) != 0) {
1823 if ((ahc->flags & AHC_SEQUENCER_DEBUG) != 0) {
1835 if ((ahc->flags & AHC_SEQUENCER_DEBUG) != 0) {
1883 if ((ahc->flags & AHC_SEQUENCER_DEBUG) != 0) {
1888 if ((ahc->flags & AHC_SEQUENCER_DEBUG) != 0) {
1892 if ((ahc->flags & AHC_SEQUENCER_DEBUG) != 0) {
1910 if ((ahc->flags & AHC_SEQUENCER_DEBUG) != 0) {
1915 if ((ahc->flags & AHC_SEQUENCER_DEBUG) != 0) {
1922 if ((ahc->flags & AHC_SEQUENCER_DEBUG) != 0) {
H A Daic7xxx.h335 AHC_SEQUENCER_DEBUG = 0x008, enumerator
H A Daic7xxx.c4789 ahc->flags |= AHC_SEQUENCER_DEBUG; in ahc_init()