Searched refs:sasr_3393 (Results 1 – 1 of 1) sorted by relevance
211 volatile unsigned char *sasr_3393, *scmd_3393; in check_wd33c93() local226 sasr_3393 = ®s->SASR; in check_wd33c93()228 save_sasr = *sasr_3393; in check_wd33c93()232 q = *sasr_3393; /* read it */ in check_wd33c93()235 *sasr_3393 = WD_AUXILIARY_STATUS; /* setup indirect address */ in check_wd33c93()236 if (*sasr_3393 == WD_AUXILIARY_STATUS) { /* shouldn't retain the write */ in check_wd33c93()237 *sasr_3393 = save_sasr; /* Oops - restore this byte */ in check_wd33c93()240 if (*sasr_3393 != q) { /* should still read the same */ in check_wd33c93()241 *sasr_3393 = save_sasr; /* Oops - restore this byte */ in check_wd33c93()253 *sasr_3393 = WD_SCSI_STATUS; in check_wd33c93()[all …]