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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c544 #define S_SCSI_PHZ (BIT(2)+BIT(1)+BIT(0)) macro
2290 if ((RD_HARPOON(port + hp_scsisig) & S_SCSI_PHZ) !=
2695 if ((RD_HARPOON(port + hp_scsisig) & S_SCSI_PHZ) == S_MSGI_PH) {
2865 if ((RD_HARPOON(port + hp_scsisig) & S_SCSI_PHZ) == S_MSGO_PH) {
3756 curr_phz = RD_HARPOON(p_port + hp_scsisig) & (unsigned char)S_SCSI_PHZ;
3764 (RD_HARPOON(p_port + hp_scsisig) & (unsigned char)S_SCSI_PHZ)))
3877 sPhase = RD_HARPOON(port + hp_scsisig) & (SCSI_BSY | S_SCSI_PHZ);
4003 (unsigned char)(RD_HARPOON(p_port + hp_scsisig) & S_SCSI_PHZ);

Completed in 190 milliseconds