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

/drivers/scsi/
H A Dadvansys.c7876 ASC_CS_TYPE chipstat; local
7906 chipstat = AscGetChipStatus(iop_base);
7907 if (chipstat & CSW_SCSI_RESET_LATCH) {
7921 chipstat = AscGetChipStatus(iop_base);
7930 if ((chipstat & CSW_INT_PENDING) || (int_pending)) {
7933 if ((chipstat & CSW_HALTED) && (ctrl_reg & CC_SINGLE_STEP)) {

Completed in 82 milliseconds