Home
last modified time | relevance | path

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

/drivers/mtd/lpddr/
Dqinfo_probe.c163 int numvirtchips; in lpddr_probe_chip() local
183 numvirtchips = lpddr.numchips * lpddr.qinfo->HWPartsNum; in lpddr_probe_chip()
185 numvirtchips * sizeof(struct flchip), GFP_KERNEL); in lpddr_probe_chip()
191 retlpddr->numchips = numvirtchips; in lpddr_probe_chip()
/drivers/mtd/chips/
Dcfi_cmdset_0001.c682 int offs, numregions, numparts, partshift, numvirtchips, i, j; in cfi_intelext_partition_fixup() local
739 numvirtchips = cfi->numchips * numparts; in cfi_intelext_partition_fixup()
740 newcfi = kmalloc(sizeof(struct cfi_private) + numvirtchips * sizeof(struct flchip), GFP_KERNEL); in cfi_intelext_partition_fixup()
749 newcfi->numchips = numvirtchips; in cfi_intelext_partition_fixup()