Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic79xx.h338 AHD_SEQUENCER_DEBUG = 0x00008, enumerator
Daic79xx.seq1114 if ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0) {
1119 if ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0) {
1123 if ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0) {
1146 if ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0) {
Daic79xx_seq.h_shipped947 return ((ahd->flags & AHD_SEQUENCER_DEBUG) != 0);
Daic79xx_core.c7015 ahd->flags |= AHD_SEQUENCER_DEBUG; in ahd_init()