Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c401 chip->dies = devm_kzalloc(hdev->dev, in hccs_query_all_die_info_on_platform()
404 if (!chip->dies) { in hccs_query_all_die_info_on_platform()
405 dev_err(dev, "allocate all dies memory on chip%u failed.\n", in hccs_query_all_die_info_on_platform()
411 die = &chip->dies[j]; in hccs_query_all_die_info_on_platform()
544 die = &chip->dies[j]; in hccs_query_all_port_info_on_platform()
970 die = &chip->dies[i]; in all_linked_on_chip_show()
1001 die = &chip->dies[i]; in linked_full_lane_on_chip_show()
1032 die = &chip->dies[i]; in crc_err_cnt_sum_on_chip_show()
1081 die = &chip->dies[i]; in hccs_remove_chip_dir()
1161 die = &chip->dies[i in hccs_create_chip_dir()
[all...]
H A Dkunpeng_hccs.h43 struct hccs_die_info *dies; member
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/
H A Donenand_base.c3396 for (die = 0; die < this->dies; die++) { in flexonenand_get_boundary()
3440 mtd->numeraseregions = this->dies << 1; in flexonenand_get_size()
3446 for (; die < this->dies; die++) { in flexonenand_get_size()
3486 for (die = 0, mtd->size = 0; die < this->dies; die++) { in flexonenand_get_size()
3719 this->dies = ONENAND_IS_DDP(this) ? 2 : 1; in onenand_probe()
3721 mtd->numeraseregions = this->dies << 1; in onenand_probe()
3723 kcalloc(this->dies << 1, in onenand_probe()
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/
H A Donenand_base.c3404 for (die = 0; die < this->dies; die++) { in flexonenand_get_boundary()
3448 mtd->numeraseregions = this->dies << 1; in flexonenand_get_size()
3454 for (; die < this->dies; die++) { in flexonenand_get_size()
3494 for (die = 0, mtd->size = 0; die < this->dies; die++) { in flexonenand_get_size()
3726 this->dies = ONENAND_IS_DDP(this) ? 2 : 1; in onenand_probe()
3728 mtd->numeraseregions = this->dies << 1; in onenand_probe()
3730 kcalloc(this->dies << 1, in onenand_probe()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.c1544 fprintf(fp, "# sibling dies : %s\n", str); in print_cpu_topology()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dheader.c1725 fprintf(fp, "# sibling dies : %s\n", str); in print_cpu_topology()

Completed in 23 milliseconds