Searched refs:swap_bits (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 152 static u8 swap_bits(struct bch_control *bch, u8 in) in swap_bits() function 154 if (!bch->swap_bits) in swap_bits() 172 u8 tmp = swap_bits(bch, *data++); in bch_encode_unaligned() 193 dst[i] = ((u32)swap_bits(bch, src[0]) << 24) | in load_ecc8() 194 ((u32)swap_bits(bch, src[1]) << 16) | in load_ecc8() 195 ((u32)swap_bits(bch, src[2]) << 8) | in load_ecc8() 196 swap_bits(bch, src[3]); in load_ecc8() 199 dst[nwords] = ((u32)swap_bits(bch, pad[0]) << 24) | in load_ecc8() 200 ((u32)swap_bits(bch, pad[1]) << 16) | in load_ecc8() 201 ((u32)swap_bits(bch, pad[2]) << 8) | in load_ecc8() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bch.h | 55 bool swap_bits; member 59 bool swap_bits);
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | sunxi-spl-image-builder.c | 35 static void swap_bits(uint8_t *buf, int len) in swap_bits() function 215 swap_bits(buffer, info->ecc_step_size + 4); in write_page() 217 swap_bits(buffer, info->ecc_step_size + 4); in write_page() 218 swap_bits(ecc, eccbytes); in write_page()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | nw80x.c | 1637 static int swap_bits(int v) in swap_bits() function 1662 val = swap_bits(val); in setgain()
|