Home
last modified time | relevance | path

Searched refs:bits_used (Results 1 – 7 of 7) sorted by relevance

/linux/tools/iio/
H A Diio_generic_buffer.c93 int8_t val = (int8_t)(input << (8 - info->bits_used)) >> in print1byte()
94 (8 - info->bits_used); in print1byte()
116 int16_t val = (int16_t)(input << (16 - info->bits_used)) >> in print2byte()
117 (16 - info->bits_used); in print2byte()
139 int32_t val = (int32_t)(input << (32 - info->bits_used)) >> in print4byte()
140 (32 - info->bits_used); in print4byte()
162 int64_t val = (int64_t)(input << (64 - info->bits_used)) >> in print8byte()
163 (64 - info->bits_used); in print8byte()
H A Diio_utils.c87 unsigned int *bits_used, unsigned int *shift, in iioutils_get_type() argument
144 bits_used, in iioutils_get_type()
160 if (*bits_used == 64) in iioutils_get_type()
163 *mask = (1ULL << *bits_used) - 1ULL; in iioutils_get_type()
492 &current->bits_used, in build_channel_array()
H A Diio_utils.h45 unsigned bits_used; member
/linux/drivers/infiniband/hw/irdma/
H A Dpble.h29 u64 bits_used; member
H A Dutils.c2186 chunkinfo->bits_used = bits_needed; in irdma_prm_get_pbles()
2188 pprm->free_pble_cnt -= chunkinfo->bits_used << (pprm->pble_shift - 3); in irdma_prm_get_pbles()
2205 pprm->free_pble_cnt += chunkinfo->bits_used << (pprm->pble_shift - 3); in irdma_prm_return_pbles()
2207 chunkinfo->bits_used); in irdma_prm_return_pbles()
/linux/include/video/
H A Dsticore.h172 s32 bits_used; /* bits which can be accessed */ member
/linux/drivers/video/
H A Dsticore.c438 sti->sti_data->inq_outptr.bits_used, in sti_dump_outptr()