Searched refs:nbw (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c189 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; local
416 nbw = op->len - 4 * nwait;
417 if (nbw) {
419 wb &= GENMASK((nbw * 8) - 1, 0);
421 op->byte_count += nbw;
425 /* write the remaining bytes of the nbw buffer */
426 wb |= ((1 << 7) << (nbw * 8));
436 min_fill = 2 * sizeof(u32) + (nbw ? 0 : sizeof(u32));
/linux-master/drivers/misc/cxl/
H A Dpci.c401 static u64 nbw, asn, capi = 0; local
414 nbw = 0x0300UL; /* legacy values */
418 nbw = (u64)be32_to_cpu(prop[2]);
426 *nbwind = nbw;

Completed in 116 milliseconds