Lines Matching defs:qcom_nand_host
442 struct qcom_nand_host { struct
443 struct nand_chip chip;
444 struct list_head node;
446 int cs;
447 int cw_size;
448 int cw_data;
449 bool use_ecc;
450 bool bch_enabled;
451 int ecc_bytes_hw;
452 int spare_bytes;
453 int bbm_size;
454 u8 status;
455 int last_command;
457 u32 cfg0, cfg1;
458 u32 cfg0_raw, cfg1_raw;
459 u32 ecc_buf_cfg;
460 u32 ecc_bch_cfg;
461 u32 clrflashstatus;
462 u32 clrreadstatus;