Home
last modified time | relevance | path

Searched refs:SCSI_RST (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A DFlashPoint.c534 #define SCSI_RST BIT(1) macro
2025 while (RD_HARPOON(p_port + hp_scsictrl_0) & SCSI_RST) { in FPT_SccbMgr_bad_isr()
3585 WR_HARPOON(port + hp_scsictrl_0, SCSI_RST); in FPT_sresb()
7181 if ((RD_HARPOON(p_port + hp_scsictrl_0) & SCSI_RST)) in FPT_Wait1Second()
7216 if ((RD_HARPOON(p_port + hp_scsictrl_0) & SCSI_RST)) in FPT_Wait()
/linux/drivers/scsi/pcmcia/
H A Dnsp_cs.c1475 nsp_index_write(base, SCSIBUSCTRL, SCSI_RST); in nsp_bus_reset()