Lines Matching defs:qcom_nand_host
448 struct qcom_nand_host { struct
449 struct nand_chip chip;
450 struct list_head node;
452 int cs;
453 int cw_size;
454 int cw_data;
455 bool use_ecc;
456 bool bch_enabled;
457 int ecc_bytes_hw;
458 int spare_bytes;
459 int bbm_size;
460 u8 status;
461 int last_command;
463 u32 cfg0, cfg1;
464 u32 cfg0_raw, cfg1_raw;
465 u32 ecc_buf_cfg;
466 u32 ecc_bch_cfg;
467 u32 clrflashstatus;
468 u32 clrreadstatus;