Lines Matching defs:nbits
52 int nbits;
376 cell->nbits = info->nbits;
378 if (cell->nbits)
379 cell->bytes = DIV_ROUND_UP(cell->nbits + cell->bit_offset,
572 cell->nbits = be32_to_cpup(addr);
575 if (cell->nbits)
577 cell->nbits + cell->bit_offset,
1230 extra = cell->bytes - DIV_ROUND_UP(cell->nbits, BITS_PER_BYTE);
1235 if (cell->nbits % BITS_PER_BYTE)
1236 *p &= GENMASK((cell->nbits % BITS_PER_BYTE) - 1, 0);
1251 if (cell->bit_offset || cell->nbits)
1297 int i, rc, nbits, bit_offset = cell->bit_offset;
1300 nbits = cell->nbits;
1330 if ((nbits + bit_offset) % BITS_PER_BYTE) {
1336 *p |= GENMASK(7, (nbits + bit_offset) % BITS_PER_BYTE) & v;
1364 if (cell->bit_offset || cell->nbits) {
1373 if (cell->bit_offset || cell->nbits)