Home
last modified time | relevance | path

Searched defs:qcom_nand_host (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dqcom_nandc.c433 struct qcom_nand_host { struct
434 struct nand_chip chip;
435 struct list_head node;
437 int cs;
438 int cw_size;
439 int cw_data;
440 bool use_ecc;
441 bool bch_enabled;
442 int ecc_bytes_hw;
443 int spare_bytes;
[all …]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
Dqcom_nandc.c517 struct qcom_nand_host { struct
518 struct qcom_nand_boot_partition *boot_partitions;
520 struct nand_chip chip;
521 struct list_head node;
523 int nr_boot_partitions;
525 int cs;
526 int cw_size;
527 int cw_data;
528 int ecc_bytes_hw;
529 int spare_bytes;
[all …]