Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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; in sun4i_hash() local
410 nbw = op->len - 4 * nwait; in sun4i_hash()
411 if (nbw) { in sun4i_hash()
413 wb &= GENMASK((nbw * 8) - 1, 0); in sun4i_hash()
415 op->byte_count += nbw; in sun4i_hash()
419 /* write the remaining bytes of the nbw buffer */ in sun4i_hash()
420 wb |= ((1 << 7) << (nbw * 8)); in sun4i_hash()
430 min_fill = 2 * sizeof(u32) + (nbw ? 0 : sizeof(u32)); in sun4i_hash()
/kernel/linux/linux-6.6/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; 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()
425 /* write the remaining bytes of the nbw buffer */ 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()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c268 int nbw = 0; in sun8i_ce_hash_run() local
354 min_fill = 2 * sizeof(u32) + (nbw ? 0 : sizeof(u32)); in sun8i_ce_hash_run()
357 min_fill = 4 * sizeof(u32) + (nbw ? 0 : sizeof(u32)); in sun8i_ce_hash_run()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dpci.c410 static u64 nbw, asn, capi = 0; in get_phb_indications() local
423 nbw = 0x0300UL; /* legacy values */ in get_phb_indications()
427 nbw = (u64)be32_to_cpu(prop[2]); in get_phb_indications()
435 *nbwind = nbw; in get_phb_indications()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dpci.c401 static u64 nbw, asn, capi = 0; in get_phb_indications() local
414 nbw = 0x0300UL; /* legacy values */ in get_phb_indications()
418 nbw = (u64)be32_to_cpu(prop[2]); in get_phb_indications()
426 *nbwind = nbw; in get_phb_indications()

Completed in 8 milliseconds