Searched refs:nbw (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-hash.c | 189 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-6.1.9/drivers/misc/cxl/ |
D | pci.c | 410 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()
|