Searched defs:qcom_nand_host (Results 1 – 1 of 1) 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 …]