Searched refs:curr_data (Results 1 – 2 of 2) sorted by relevance
5919 unsigned char curr_data, ret_data; in FPT_scxferc() local5921 curr_data = p_data | BIT(7) | BIT(5); /*Start with DB7 & DB5 asserted. */ in FPT_scxferc()5923 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()5925 curr_data &= ~BIT(7); in FPT_scxferc()5927 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()5934 curr_data |= BIT(6); in FPT_scxferc()5936 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()5938 curr_data &= ~BIT(5); in FPT_scxferc()5940 WR_HARPOON(p_port + hp_scsidata_0, curr_data); in FPT_scxferc()5944 curr_data &= ~(BIT(4) | BIT(3) | BIT(2) | BIT(1) | BIT(0)); /*Release data bits */ in FPT_scxferc()[all …]
1519 unsigned short curr_data = 0, curr_prot = 0; in lpfc_bg_setup_bpl_prot() local1657 curr_data++; in lpfc_bg_setup_bpl_prot()