Home
last modified time | relevance | path

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

/drivers/staging/rts5208/
Drtsx_transport.c292 u32 temp_len = 0; in rtsx_add_sg_tbl() local
297 temp_len = 0x80000; in rtsx_add_sg_tbl()
300 temp_len = len; in rtsx_add_sg_tbl()
303 val = ((u64)addr << 32) | ((u64)temp_len << 12) | temp_opt; in rtsx_add_sg_tbl()
308 len -= temp_len; in rtsx_add_sg_tbl()
309 addr += temp_len; in rtsx_add_sg_tbl()
/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()