Searched refs:SCSI_BSY (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | FlashPoint.c | 542 #define SCSI_BSY BIT(6) macro 1840 (SCSI_BSY | SCSI_REQ | SCSI_CD | SCSI_MSG | in FlashPoint_HandleInterrupt() 2675 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) { in FPT_sres() 2757 && (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ; in FPT_sres() 2839 (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ; in FPT_sres() 2845 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) { in FPT_SendMsg() 3863 sPhase = RD_HARPOON(port + hp_scsisig) & (SCSI_BSY | S_SCSI_PHZ); in FPT_schkdd() 3866 (sPhase == (SCSI_BSY | S_DATAO_PH)) || in FPT_schkdd() 3867 (sPhase == (SCSI_BSY | S_DATAI_PH))) { in FPT_schkdd() 4493 if ((!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) || in FPT_phaseBusFree() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | FlashPoint.c | 514 #define SCSI_BSY BIT(6) macro 1808 (SCSI_BSY | SCSI_REQ | SCSI_CD | SCSI_MSG | in FlashPoint_HandleInterrupt() 2643 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) { in FPT_sres() 2725 && (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ; in FPT_sres() 2807 (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ; in FPT_sres() 2813 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) { in FPT_SendMsg() 3836 sPhase = RD_HARPOON(port + hp_scsisig) & (SCSI_BSY | S_SCSI_PHZ); in FPT_schkdd() 3839 (sPhase == (SCSI_BSY | S_DATAO_PH)) || in FPT_schkdd() 3840 (sPhase == (SCSI_BSY | S_DATAI_PH))) { in FPT_schkdd() 4462 if ((!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) || in FPT_phaseBusFree() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | nsp_cs.h | 110 # define SCSI_BSY BIT(5) macro
|
H A D | nsp_cs.c | 405 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_ATN); in nsphw_start_selection() 407 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_DATAOUT_ENB | SCSI_ATN); in nsphw_start_selection() 679 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN); in nsp_reselected()
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | nsp_cs.h | 110 # define SCSI_BSY BIT(5) macro
|
H A D | nsp_cs.c | 406 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 19 milliseconds