Searched defs:atmel_nand_data (Results 1 – 1 of 1) sorted by relevance
27 struct atmel_nand_data { struct28 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 */[all …]