Searched refs:dies (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/ras/amd/atl/
H A Dmap.c578 u8 dies = 0; local
582 dies = FIELD_GET(DF2_INTLV_NUM_DIES, ctx->map.limit);
585 dies = FIELD_GET(DF3_INTLV_NUM_DIES, ctx->map.base);
588 dies = FIELD_GET(DF3p5_INTLV_NUM_DIES, ctx->map.base);
592 dies = FIELD_GET(DF4_INTLV_NUM_DIES, ctx->map.intlv);
599 /* Register value is log2, e.g. 0 -> 1 die, 1 -> 2 dies, etc. */
600 return 1 << dies;
/linux-master/drivers/soc/hisilicon/
H A Dkunpeng_hccs.h43 struct hccs_die_info *dies; member in struct:hccs_chip_info
H A Dkunpeng_hccs.c462 chip->dies = devm_kzalloc(hdev->dev,
465 if (!chip->dies) {
466 dev_err(dev, "allocate all dies memory on chip%u failed.\n",
472 die = &chip->dies[j];
610 die = &chip->dies[j];
1036 die = &chip->dies[i];
1067 die = &chip->dies[i];
1098 die = &chip->dies[i];
1147 die = &chip->dies[i];
1227 die = &chip->dies[i
[all...]
/linux-master/include/linux/mtd/
H A Donenand.h37 * @dies: [INTERN][FLEX-ONENAND] number of dies on chip
38 * @boundary: [INTERN][FLEX-ONENAND] Boundary of the dies
39 * @diesize: [INTERN][FLEX-ONENAND] Size of the dies
85 unsigned dies; member in struct:onenand_chip
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c3404 for (die = 0; die < this->dies; die++) {
3448 mtd->numeraseregions = this->dies << 1;
3454 for (; die < this->dies; die++) {
3494 for (die = 0, mtd->size = 0; die < this->dies; die++) {
3726 this->dies = ONENAND_IS_DDP(this) ? 2 : 1;
3728 mtd->numeraseregions = this->dies << 1;
3730 kcalloc(this->dies << 1,
/linux-master/tools/perf/util/
H A Dheader.c1725 fprintf(fp, "# sibling dies : %s\n", str);

Completed in 117 milliseconds