Lines Matching defs:atmel_nand_data
62 struct atmel_nand_data { struct
63 int enable_pin; /* chip enable */
64 int det_pin; /* card detect */
65 int rdy_pin; /* ready/busy */
66 u8 rdy_pin_active_low; /* rdy_pin value is inverted */
67 u8 ale; /* address line number connected to ALE */
68 u8 cle; /* address line number connected to CLE */
69 u8 bus_width_16; /* buswidth is 16 bit */
70 u8 ecc_mode; /* ecc mode */
71 u8 on_flash_bbt; /* bbt on flash */
72 struct mtd_partition *parts;
73 unsigned int num_parts;
74 bool has_dma; /* support dma transfer */
77 bool need_reset_workaround;