Lines Matching defs:qcom_nand_host
434 struct qcom_nand_host { struct
435 struct nand_chip chip;
436 struct list_head node;
438 int cs;
439 int cw_size;
440 int cw_data;
441 bool use_ecc;
442 bool bch_enabled;
443 int ecc_bytes_hw;
444 int spare_bytes;
445 int bbm_size;
446 u8 status;
447 int last_command;
449 u32 cfg0, cfg1;
450 u32 cfg0_raw, cfg1_raw;
451 u32 ecc_buf_cfg;
452 u32 ecc_bch_cfg;
453 u32 clrflashstatus;
454 u32 clrreadstatus;