Home
last modified time | relevance | path

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

/drivers/scsi/
DFlashPoint.c5873 unsigned char curr_data, ret_data; in FPT_scxferc() local
5875 curr_data = p_data | BIT(7) | BIT(5); /*Start with DB7 & DB5 asserted. */ in FPT_scxferc()
5877 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()
5879 curr_data &= ~BIT(7); in FPT_scxferc()
5881 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()
5888 curr_data |= BIT(6); in FPT_scxferc()
5890 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()
5892 curr_data &= ~BIT(5); in FPT_scxferc()
5894 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()
5898 curr_data &= ~(BIT(4) | BIT(3) | BIT(2) | BIT(1) | BIT(0)); /*Release data bits */ in FPT_scxferc()
[all …]
/drivers/scsi/lpfc/
Dlpfc_scsi.c1712 unsigned short curr_data = 0, curr_prot = 0; in lpfc_bg_setup_bpl_prot() local
1879 curr_data++; in lpfc_bg_setup_bpl_prot()
2136 unsigned short curr_data = 0, curr_prot = 0; in lpfc_bg_setup_sgl_prot() local
2380 curr_data++; in lpfc_bg_setup_sgl_prot()