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

/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1583 int now_lvd; local
1585 now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
1587 ahc_name(ahc), now_lvd ? "LVD" : "SE");
1600 /*Initiate Reset*/now_lvd == 0);
H A Daic79xx_core.c2440 u_int now_lvd; local
2442 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
2444 ahd_name(ahd), now_lvd ? "LVD" : "SE");

Completed in 102 milliseconds