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

/drivers/scsi/
H A Dadvansys.c895 #define AscGetChipStatus(port) (ASC_CS_TYPE)inpw((port)+IOP_STATUS) macro
903 #define AscIsIntPending(port) (AscGetChipStatus(port) & (CSW_INT_PENDING | CSW_SCSI_RESET_LATCH))
4352 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) {
4368 if ((AscGetChipStatus(iop_base) & CSW_HALTED) == 0) {
4376 if ((AscGetChipStatus(iop_base) & CSW_HALTED) != 0) {
4390 while ((AscGetChipStatus(iop_base) & CSW_SCSI_RESET_ACTIVE)
6962 while (AscGetChipStatus(iop_base) & CSW_INT_PENDING) {
7906 chipstat = AscGetChipStatus(iop_base);
7913 while ((AscGetChipStatus(iop_base) &
7921 chipstat = AscGetChipStatus(iop_bas
[all...]

Completed in 63 milliseconds