Searched refs:swap_bits (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dbch.h36 * @swap_bits: swap bits within data and syndrome bytes
55 bool swap_bits; member in struct:bch_control
59 bool swap_bits);
/linux-master/lib/
H A Dbch.c118 static u8 swap_bits(struct bch_control *bch, u8 in) function
120 if (!bch->swap_bits)
138 u8 tmp = swap_bits(bch, *data++);
159 dst[i] = ((u32)swap_bits(bch, src[0]) << 24) |
160 ((u32)swap_bits(bch, src[1]) << 16) |
161 ((u32)swap_bits(bch, src[2]) << 8) |
162 swap_bits(bch, src[3]);
165 dst[nwords] = ((u32)swap_bits(bch, pad[0]) << 24) |
166 ((u32)swap_bits(bch, pad[1]) << 16) |
167 ((u32)swap_bits(bc
1285 bch_init(int m, int t, unsigned int prim_poly, bool swap_bits) argument
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dnw80x.c1637 static int swap_bits(int v) function
1662 val = swap_bits(val);

Completed in 96 milliseconds