Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dgvp11.c240 volatile unsigned char *sasr_3393, *scmd_3393; in check_wd33c93() local
255 sasr_3393 = &regs->SASR; in check_wd33c93()
257 save_sasr = *sasr_3393; in check_wd33c93()
261 q = *sasr_3393; /* read it */ in check_wd33c93()
264 *sasr_3393 = WD_AUXILIARY_STATUS; /* setup indirect address */ in check_wd33c93()
265 if (*sasr_3393 == WD_AUXILIARY_STATUS) { /* shouldn't retain the write */ in check_wd33c93()
266 *sasr_3393 = save_sasr; /* Oops - restore this byte */ in check_wd33c93()
269 if (*sasr_3393 != q) { /* should still read the same */ in check_wd33c93()
270 *sasr_3393 = save_sasr; /* Oops - restore this byte */ in check_wd33c93()
282 *sasr_3393 = WD_SCSI_STATUS; in check_wd33c93()
[all …]