Searched defs:nand_chip (Results 1 – 7 of 7) sorted by relevance
1288 struct nand_chip { struct1293 struct nand_chip_ops ops; argument1294 struct nand_legacy legacy;1295 unsigned int options;1298 const struct nand_interface_config *current_interface_config;1299 struct nand_interface_config *best_interface_config;1302 unsigned int bbt_erase_shift;1303 unsigned int bbt_options;1304 unsigned int badblockpos;1305 unsigned int badblockbits;[all …]
27 struct nand_chip nand_chip; member87 static void socrates_nand_cmd_ctrl(struct nand_chip *nand_chip, int cmd, in socrates_nand_cmd_ctrl()112 static int socrates_nand_device_ready(struct nand_chip *nand_chip) in socrates_nand_device_ready()141 struct nand_chip *nand_chip; in socrates_nand_probe() local
132 struct nand_chip *nand_chip = mtd_to_nand(mtd); in lpc32xx_ooblayout_ecc() local146 struct nand_chip *nand_chip = mtd_to_nand(mtd); in lpc32xx_ooblayout_free() local176 struct nand_chip nand_chip; member278 static void lpc32xx_nand_cmd_ctrl(struct nand_chip *nand_chip, int cmd, in lpc32xx_nand_cmd_ctrl()294 static int lpc32xx_nand_device_ready(struct nand_chip *nand_chip) in lpc32xx_nand_device_ready()692 struct nand_chip *nand_chip; in lpc32xx_nand_probe() local
34 struct nand_chip nand_chip; member
491 struct nand_chip *nand_chip; in mxic_nfc_probe() local
15 struct nand_chip nand_chip; member