Searched refs:negodat3 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c7522 u_int negodat3 = ahd_inb(ahd, NEGCONOPTS); local
7524 negodat3 |= ENSLOWCRC;
7525 ahd_outb(ahd, NEGCONOPTS, negodat3);
7526 negodat3 = ahd_inb(ahd, NEGCONOPTS);
7527 if (!(negodat3 & ENSLOWCRC))

Completed in 139 milliseconds