Home
last modified time | relevance | path

Searched defs:atmel_nand_data (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/platform_data/
Datmel.h13 struct atmel_nand_data { struct
14 int enable_pin; /* chip enable */
15 int det_pin; /* card detect */
16 int rdy_pin; /* ready/busy */
17 u8 rdy_pin_active_low; /* rdy_pin value is inverted */
18 u8 ale; /* address line number connected to ALE */
19 u8 cle; /* address line number connected to CLE */
20 u8 bus_width_16; /* buswidth is 16 bit */
21 u8 ecc_mode; /* ecc mode */
22 u8 on_flash_bbt; /* bbt on flash */
[all …]