Home
last modified time | relevance | path

Searched refs:SCSI_BSY (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/scsi/
A DFlashPoint.c514 #define SCSI_BSY BIT(6) macro
1808 (SCSI_BSY | SCSI_REQ | SCSI_CD | SCSI_MSG | in FlashPoint_HandleInterrupt()
2813 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) { in FPT_SendMsg()
3839 (sPhase == (SCSI_BSY | S_DATAO_PH)) || in FPT_schkdd()
3840 (sPhase == (SCSI_BSY | S_DATAI_PH))) { in FPT_schkdd()
5649 (RD_HARPOON(p_port + hp_scsisig) | SCSI_BSY)); in FPT_scarb()
5655 ~SCSI_BSY)); in FPT_scarb()
5666 ~(SCSI_BSY | SCSI_SEL))); in FPT_scarb()
5682 & ~SCSI_BSY)); in FPT_scarb()
5815 (SCSI_SEL | SCSI_BSY | SCSI_IOBIT | SCSI_CD)); in FPT_scsel()
[all …]
/linux-6.3-rc2/drivers/scsi/pcmcia/
A Dnsp_cs.h110 # define SCSI_BSY BIT(5) macro
A Dnsp_cs.c406 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_ATN); in nsphw_start_selection()
408 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_DATAOUT_ENB | SCSI_ATN); in nsphw_start_selection()
680 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN); in nsp_reselected()

Completed in 18 milliseconds