Searched refs:totsz (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nandsim.c | 190 #define NS_IS_INITIALIZED(ns) ((ns)->geom.totsz != 0) 315 uint64_t totsz; /* total flash size, bytes */ member 653 ns->geom.totsz = mtd->size; in ns_init() 658 ns->geom.pgnum = div_u64(ns->geom.totsz, ns->geom.pgsz); in ns_init() 659 ns->geom.totszoob = ns->geom.totsz + (uint64_t)ns->geom.pgnum * ns->geom.oobsz; in ns_init() 680 if (ns->geom.totsz <= (32 << 20)) { in ns_init() 688 if (ns->geom.totsz <= (128 << 20)) { in ns_init() 702 remains = ns->geom.totsz; in ns_init() 743 (unsigned long long)ns->geom.totsz >> 20); in ns_init()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nandsim.c | 189 #define NS_IS_INITIALIZED(ns) ((ns)->geom.totsz != 0) 317 uint64_t totsz; /* total flash size, bytes */ member 655 ns->geom.totsz = mtd->size; in ns_init() 660 ns->geom.pgnum = div_u64(ns->geom.totsz, ns->geom.pgsz); in ns_init() 661 ns->geom.totszoob = ns->geom.totsz + (uint64_t)ns->geom.pgnum * ns->geom.oobsz; in ns_init() 682 if (ns->geom.totsz <= (32 << 20)) { in ns_init() 690 if (ns->geom.totsz <= (128 << 20)) { in ns_init() 704 remains = ns->geom.totsz; in ns_init() 745 (unsigned long long)ns->geom.totsz >> 20); in ns_init()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 4496 u32 actual_cnt, totsz; in qla2x00_set_exchoffld_buffer() local 4517 totsz = actual_cnt * size; in qla2x00_set_exchoffld_buffer() 4519 if (totsz != ha->exchoffld_size) { in qla2x00_set_exchoffld_buffer() 4527 ha->exchoffld_size = totsz; in qla2x00_set_exchoffld_buffer() 4531 max_cnt, actual_cnt, size, totsz); in qla2x00_set_exchoffld_buffer() 4566 ha->exchoffld_size, actual_cnt, size, totsz); in qla2x00_set_exchoffld_buffer()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 4730 u32 actual_cnt, totsz; in qla2x00_set_exchoffld_buffer() local 4751 totsz = actual_cnt * size; in qla2x00_set_exchoffld_buffer() 4753 if (totsz != ha->exchoffld_size) { in qla2x00_set_exchoffld_buffer() 4761 ha->exchoffld_size = totsz; in qla2x00_set_exchoffld_buffer() 4765 max_cnt, actual_cnt, size, totsz); in qla2x00_set_exchoffld_buffer() 4800 ha->exchoffld_size, actual_cnt, size, totsz); in qla2x00_set_exchoffld_buffer()
|
Completed in 22 milliseconds