Searched refs:sasr_3393 (Results 1 – 1 of 1) sorted by relevance
193 volatile unsigned char *sasr_3393, *scmd_3393; in check_wd33c93() local208 sasr_3393 = ®s->SASR; in check_wd33c93()210 save_sasr = *sasr_3393; in check_wd33c93()214 q = *sasr_3393; /* read it */ in check_wd33c93()217 *sasr_3393 = WD_AUXILIARY_STATUS; /* setup indirect address */ in check_wd33c93()218 if (*sasr_3393 == WD_AUXILIARY_STATUS) { /* shouldn't retain the write */ in check_wd33c93()219 *sasr_3393 = save_sasr; /* Oops - restore this byte */ in check_wd33c93()222 if (*sasr_3393 != q) { /* should still read the same */ in check_wd33c93()223 *sasr_3393 = save_sasr; /* Oops - restore this byte */ in check_wd33c93()235 *sasr_3393 = WD_SCSI_STATUS; in check_wd33c93()[all …]