HomeSort by: relevance | last modified time | path
    Searched defs:chipstat (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
advlib.c 1458 u_int16_t chipstat; local in function:AscISR
1472 chipstat = ASC_GET_CHIP_STATUS(iot, ioh);
1473 if (chipstat & ASC_CSW_SCSI_RESET_LATCH) {
1485 chipstat = ASC_GET_CHIP_STATUS(iot, ioh);
1494 if ((chipstat & ASC_CSW_INT_PENDING) || (int_pending)) {
1498 if ((chipstat & ASC_CSW_HALTED) &&
advlib.c 1458 u_int16_t chipstat; local in function:AscISR
1472 chipstat = ASC_GET_CHIP_STATUS(iot, ioh);
1473 if (chipstat & ASC_CSW_SCSI_RESET_LATCH) {
1485 chipstat = ASC_GET_CHIP_STATUS(iot, ioh);
1494 if ((chipstat & ASC_CSW_INT_PENDING) || (int_pending)) {
1498 if ((chipstat & ASC_CSW_HALTED) &&
advlib.c 1458 u_int16_t chipstat; local in function:AscISR
1472 chipstat = ASC_GET_CHIP_STATUS(iot, ioh);
1473 if (chipstat & ASC_CSW_SCSI_RESET_LATCH) {
1485 chipstat = ASC_GET_CHIP_STATUS(iot, ioh);
1494 if ((chipstat & ASC_CSW_INT_PENDING) || (int_pending)) {
1498 if ((chipstat & ASC_CSW_HALTED) &&

Completed in 43 milliseconds