Home
last modified time | relevance | path

Searched refs:temp_len (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/staging/rts5208/
Drtsx_transport.c290 u32 temp_len = 0; in rtsx_add_sg_tbl() local
295 temp_len = 0x80000; in rtsx_add_sg_tbl()
298 temp_len = len; in rtsx_add_sg_tbl()
301 val = ((u64)addr << 32) | ((u64)temp_len << 12) | temp_opt; in rtsx_add_sg_tbl()
306 len -= temp_len; in rtsx_add_sg_tbl()
307 addr += temp_len; in rtsx_add_sg_tbl()
/linux-6.12.1/drivers/net/wireless/purelifi/plfxlc/
Dmac.c210 u32 temp_len = 0; in plfxlc_fill_ctrlset() local
219 temp_len = temp_payload_len + in plfxlc_fill_ctrlset()
252 temp_len += 4 - tmp; in plfxlc_fill_ctrlset()
274 temp_len += 4; in plfxlc_fill_ctrlset()
278 cs->len = cpu_to_be32(temp_len); in plfxlc_fill_ctrlset()
/linux-6.12.1/drivers/mtd/chips/
Dcfi_cmdset_0020.c1289 unsigned long temp_len = len; in cfi_staa_unlock() local
1292 while (temp_len) { in cfi_staa_unlock()
1295 temp_len -= mtd->erasesize; in cfi_staa_unlock()