Lines Matching defs:atmel_nand_data
27 struct atmel_nand_data { struct
28 int enable_pin; /* chip enable */
29 int det_pin; /* card detect */
30 int rdy_pin; /* ready/busy */
31 u8 rdy_pin_active_low; /* rdy_pin value is inverted */
32 u8 ale; /* address line number connected to ALE */
33 u8 cle; /* address line number connected to CLE */
34 u8 bus_width_16; /* buswidth is 16 bit */
35 u8 ecc_mode; /* ecc mode */
36 u8 on_flash_bbt; /* bbt on flash */
37 struct mtd_partition *parts;
38 unsigned int num_parts;
39 bool has_dma; /* support dma transfer */
42 bool need_reset_workaround;