Lines Matching defs:qcom_nand_host
517 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;
530 int bbm_size;
532 int last_command;
534 u32 cfg0, cfg1;
535 u32 cfg0_raw, cfg1_raw;
536 u32 ecc_buf_cfg;
537 u32 ecc_bch_cfg;
538 u32 clrflashstatus;
539 u32 clrreadstatus;
541 u8 status;
542 bool codeword_fixup;
543 bool use_ecc;
544 bool bch_enabled;