Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dgvp11.c191 volatile unsigned char *sasr_3393, *scmd_3393; in gvp11_detect() local
248 sasr_3393 = &(((gvp11_scsiregs *)(ZTWO_VADDR(address)))->SASR); in gvp11_detect()
250 save_sasr = *sasr_3393; in gvp11_detect()
254 q = *sasr_3393; /* read it */ in gvp11_detect()
257 *sasr_3393 = WD_AUXILIARY_STATUS; /* setup indirect address */ in gvp11_detect()
258 if (*sasr_3393 == WD_AUXILIARY_STATUS) { /* shouldn't retain the write */ in gvp11_detect()
259 *sasr_3393 = save_sasr; /* Oops - restore this byte */ in gvp11_detect()
262 if (*sasr_3393 != q) { /* should still read the same */ in gvp11_detect()
263 *sasr_3393 = save_sasr; /* Oops - restore this byte */ in gvp11_detect()
275 *sasr_3393 = WD_SCSI_STATUS; in gvp11_detect()
[all …]