Lines Matching defs:doc_priv
60 struct doc_priv { struct
61 struct nand_controller base;
62 void __iomem *virtadr;
63 unsigned long physadr;
64 u_char ChipID;
65 u_char CDSNControl;
66 int chips_per_floor; /* The number of chips detected on each floor */
67 int curfloor;
68 int curchip;
69 int mh0_page;
70 int mh1_page;
71 struct rs_control *rs_decoder;
72 struct mtd_info *nextdoc;
73 bool supports_32b_reads;
76 int (*late_init)(struct mtd_info *mtd);