Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/drivers/net/wireless/purelifi/plfxlc/
Dmac.c211 u32 temp_len = 0; in plfxlc_fill_ctrlset() local
220 temp_len = temp_payload_len + in plfxlc_fill_ctrlset()
253 temp_len += 4 - tmp; in plfxlc_fill_ctrlset()
275 temp_len += 4; in plfxlc_fill_ctrlset()
279 cs->len = cpu_to_be32(temp_len); in plfxlc_fill_ctrlset()
/linux-6.1.9/drivers/mtd/chips/
Dcfi_cmdset_0020.c1288 unsigned long temp_len = len; in cfi_staa_unlock() local
1291 while (temp_len) { in cfi_staa_unlock()
1294 temp_len -= mtd->erasesize; in cfi_staa_unlock()