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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1005 int now_lvd; local
1007 now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
1009 ahc_name(ahc), now_lvd ? "LVD" : "SE");
1022 /*Initiate Reset*/now_lvd == 0);
H A Daic79xx_core.c1674 u_int now_lvd; local
1676 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
1678 ahd_name(ahd), now_lvd ? "LVD" : "SE");

Completed in 119 milliseconds