Lines Matching refs:status1
610 UCHAR status0, status1; in WriteDataBoth() local
617 status1 = WaitDrq (padapter); in WriteDataBoth()
618 if ( !status1 ) in WriteDataBoth()
684 UCHAR status1; in IdeCmdBoth() local
693 status1 = WaitReady (padapter); in IdeCmdBoth()
694 if ( !status1 ) in IdeCmdBoth()
1591 UCHAR status1; in Irq_Handler() local
1906 status1 = inb_p (padapter->regStatCmd); // read the device status in Irq_Handler()
1911 status1 = 0; in Irq_Handler()
1915 if ( pdev->raid && !(status1 & (IDE_STATUS_ERROR | IDE_STATUS_WRITE_FAULT)) ) in Irq_Handler()
1928 if ( status1 & (IDE_STATUS_ERROR | IDE_STATUS_WRITE_FAULT) ) in Irq_Handler()
1932 …DEB (printk ("\npci2220i: FAILURE 17 status = %X error = %X", status1, inb_p (padapter->regError… in Irq_Handler()
1935 status = status1; in Irq_Handler()