Lines Matching refs:cur_bit
7609 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity0() local
7613 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity0()
7614 if (sig & cur_bit) { in bxe_check_blocks_with_parity0()
7615 switch (cur_bit) { in bxe_check_blocks_with_parity0()
7647 sig &= ~cur_bit; in bxe_check_blocks_with_parity0()
7662 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity1() local
7664 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity1()
7665 if (sig & cur_bit) { in bxe_check_blocks_with_parity1()
7666 switch (cur_bit) { in bxe_check_blocks_with_parity1()
7735 sig &= ~cur_bit; in bxe_check_blocks_with_parity1()
7748 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity2() local
7752 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity2()
7753 if (sig & cur_bit) { in bxe_check_blocks_with_parity2()
7754 switch (cur_bit) { in bxe_check_blocks_with_parity2()
7790 sig &= ~cur_bit; in bxe_check_blocks_with_parity2()
7804 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity3() local
7808 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity3()
7809 if (sig & cur_bit) { in bxe_check_blocks_with_parity3()
7810 switch (cur_bit) { in bxe_check_blocks_with_parity3()
7837 sig &= ~cur_bit; in bxe_check_blocks_with_parity3()
7850 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity4() local
7854 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity4()
7855 if (sig & cur_bit) { in bxe_check_blocks_with_parity4()
7856 switch (cur_bit) { in bxe_check_blocks_with_parity4()
7868 sig &= ~cur_bit; in bxe_check_blocks_with_parity4()