Searched refs:SCSI_SEL (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | nsp_cs.h | 105 # define SCSI_SEL BIT(0) 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() 410 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_DATAOUT_ENB | SCSI_ATN); in nsphw_start_selection()
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | nsp_cs.h | 105 # define SCSI_SEL BIT(0) 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() 411 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_DATAOUT_ENB | SCSI_ATN); in nsphw_start_selection()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | FlashPoint.c | 541 #define SCSI_SEL BIT(7) macro 5670 while (RD_HARPOON(p_port + hp_scsisig) & (SCSI_SEL | SCSI_BSY)) { in FPT_scarb() 5673 if (RD_HARPOON(p_port + hp_scsisig) & SCSI_SEL) in FPT_scarb() 5682 if (RD_HARPOON(p_port + hp_scsisig) & SCSI_SEL) { in FPT_scarb() 5691 (RD_HARPOON(p_port + hp_scsisig) | SCSI_SEL)); in FPT_scarb() 5697 ~(SCSI_BSY | SCSI_SEL))); in FPT_scarb() 5840 WR_HARPOON(p_port + hp_scsisig, SCSI_SEL); in FPT_scsel() 5843 WR_HARPOON(p_port + hp_scsisig, (SCSI_SEL | SCSI_BSY)); in FPT_scsel() 5846 (SCSI_SEL | SCSI_BSY | SCSI_IOBIT | SCSI_CD)); in FPT_scsel() 5852 FPT_scwiros(p_port, SCSI_SEL); in FPT_scsel() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | FlashPoint.c | 513 #define SCSI_SEL BIT(7) macro 5639 while (RD_HARPOON(p_port + hp_scsisig) & (SCSI_SEL | SCSI_BSY)) { in FPT_scarb() 5642 if (RD_HARPOON(p_port + hp_scsisig) & SCSI_SEL) in FPT_scarb() 5651 if (RD_HARPOON(p_port + hp_scsisig) & SCSI_SEL) { in FPT_scarb() 5660 (RD_HARPOON(p_port + hp_scsisig) | SCSI_SEL)); in FPT_scarb() 5666 ~(SCSI_BSY | SCSI_SEL))); in FPT_scarb() 5809 WR_HARPOON(p_port + hp_scsisig, SCSI_SEL); in FPT_scsel() 5812 WR_HARPOON(p_port + hp_scsisig, (SCSI_SEL | SCSI_BSY)); in FPT_scsel() 5815 (SCSI_SEL | SCSI_BSY | SCSI_IOBIT | SCSI_CD)); in FPT_scsel() 5821 FPT_scwiros(p_port, SCSI_SEL); in FPT_scsel() [all...] |
Completed in 20 milliseconds