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