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

/linux-4.4.14/drivers/scsi/arm/
H A Dacornscsi.h118 #define ASR_INT (1<<7) macro
H A Dacornscsi.c482 asr & ASR_INT ? 'I' : 'i', print_sbic_status()
729 if (!(sbic_arm_read(host, SBIC_ASR) & (ASR_INT|ASR_BSY|ASR_CIP))) { acornscsi_kick()
1288 } else if (asr & ASR_INT) acornscsi_write_pio()
1431 acornscsi_sbic_wait(host, ASR_INT, ASR_INT, 1000, "for interrupt after message byte"); acornscsi_readmessagebyte()
1469 acornscsi_sbic_wait(host, ASR_INT, ASR_INT, 1000, "for interrupt after negate ack"); acornscsi_message()
1935 if (!(asr & ASR_INT)) acornscsi_sbicintr()
1981 if (!(asr & ASR_INT)) acornscsi_sbicintr()
/linux-4.4.14/drivers/scsi/
H A Dwd33c93.c313 } while (!(asr & ASR_INT)); read_1_byte()
711 } while (!(asr & ASR_INT)); transfer_pio()
717 } while (!(asr & ASR_INT)); transfer_pio()
812 if (!(asr & ASR_INT) || (asr & ASR_BSY)) wd33c93_intr()
1402 if ((asr = read_aux_stat(regs)) & ASR_INT) wd33c93_intr()
1406 if (!(asr & ASR_INT)) { wd33c93_intr()
1421 if (!(asr & ASR_INT)) { wd33c93_intr()
1424 if (!(asr & ASR_INT)) wd33c93_intr()
1548 while (!(read_aux_stat(regs) & ASR_INT)) reset_wd33c93()
1687 } while (!(asr & ASR_INT) && timeout-- > 0); wd33c93_abort()
H A Dwd33c93.h95 #define ASR_INT (0x80) macro
H A Din2000.c226 } while (!(asr & ASR_INT)); read_1_byte()
727 } while (!(asr & ASR_INT)); transfer_pio()
733 } while (!(asr & ASR_INT)); transfer_pio()
892 if (!(asr & ASR_INT)) { /* no WD33c93 interrupt? */ in2000_intr()
1623 while (!(READ_AUX_STAT() & ASR_INT)) reset_hardware()
1740 } while (!(asr & ASR_INT) && timeout-- > 0); __in2000_abort()
H A Din2000.h100 #define ASR_INT 0x80 macro

Completed in 191 milliseconds