Lines Matching defs:bits
381 static int tc358746_set_bits(struct tc358746 *tc358746, u32 reg, u32 bits)
383 return tc358746_update_bits(tc358746, reg, bits, bits);
386 static int tc358746_clear_bits(struct tc358746 *tc358746, u32 reg, u32 bits)
388 return tc358746_update_bits(tc358746, reg, bits, 0);
450 int vb_size; /* Video buffer size in bits */
476 * fifo-sz, image-width - in bits
477 * sbr - source_bitrate in bits/s
478 * csir - csi_bitrate in bits/s
494 "Found FIFO size[bits]:%u -> aligned to size[bits]:%u\n",