Searched refs:swap_bits (Results 1 – 3 of 3) sorted by relevance
118 static u8 swap_bits(struct bch_control *bch, u8 in) in swap_bits() function120 if (!bch->swap_bits) in swap_bits()138 u8 tmp = swap_bits(bch, *data++); in bch_encode_unaligned()159 dst[i] = ((u32)swap_bits(bch, src[0]) << 24) | in load_ecc8()160 ((u32)swap_bits(bch, src[1]) << 16) | in load_ecc8()161 ((u32)swap_bits(bch, src[2]) << 8) | in load_ecc8()162 swap_bits(bch, src[3]); in load_ecc8()165 dst[nwords] = ((u32)swap_bits(bch, pad[0]) << 24) | in load_ecc8()166 ((u32)swap_bits(bch, pad[1]) << 16) | in load_ecc8()167 ((u32)swap_bits(bch, pad[2]) << 8) | in load_ecc8()[all …]
55 bool swap_bits; member59 bool swap_bits);
1637 static int swap_bits(int v) in swap_bits() function1662 val = swap_bits(val); in setgain()