Searched defs:qcom_nand_host (Results 1 – 2 of 2) sorted by relevance
433 struct qcom_nand_host { struct434 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 …]
517 struct qcom_nand_host { struct518 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 …]