Searched refs:curr_data (Results 1 – 2 of 2) sorted by relevance
5870 unsigned char curr_data, ret_data; in FPT_scxferc() local5872 curr_data = p_data | BIT(7) | BIT(5); /*Start with DB7 & DB5 asserted. */ in FPT_scxferc()5874 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()5876 curr_data &= ~BIT(7); in FPT_scxferc()5878 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()5885 curr_data |= BIT(6); in FPT_scxferc()5887 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()5889 curr_data &= ~BIT(5); in FPT_scxferc()5891 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()5895 curr_data &= ~(BIT(4) | BIT(3) | BIT(2) | BIT(1) | BIT(0)); /*Release data bits */ in FPT_scxferc()[all …]
1708 unsigned short curr_data = 0, curr_prot = 0; in lpfc_bg_setup_bpl_prot() local1875 curr_data++; in lpfc_bg_setup_bpl_prot()2132 unsigned short curr_data = 0, curr_prot = 0; in lpfc_bg_setup_sgl_prot() local2376 curr_data++; in lpfc_bg_setup_sgl_prot()