Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-hash.c189 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local
416 nbw = op->len - 4 * nwait; in sun4i_hash()
417 if (nbw) { in sun4i_hash()
419 wb &= GENMASK((nbw * 8) - 1, 0); in sun4i_hash()
421 op->byte_count += nbw; in sun4i_hash()
426 wb |= ((1 << 7) << (nbw * 8)); in sun4i_hash()
436 min_fill = 2 * sizeof(u32) + (nbw ? 0 : sizeof(u32)); in sun4i_hash()
/linux-5.19.10/drivers/misc/cxl/
Dpci.c409 static u64 nbw, asn, capi = 0; in get_phb_indications() local
422 nbw = 0x0300UL; /* legacy values */ in get_phb_indications()
426 nbw = (u64)be32_to_cpu(prop[2]); in get_phb_indications()
434 *nbwind = nbw; in get_phb_indications()