Home
last modified time | relevance | path

Searched refs:mtdinfo (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/board/socrates/
Dnand.c20 static int sc_nand_device_ready(struct mtd_info *mtdinfo);
105 static int sc_nand_device_ready(struct mtd_info *mtdinfo) in sc_nand_device_ready() argument
107 struct nand_chip *this = mtd_to_nand(mtdinfo); in sc_nand_device_ready()
119 static void sc_nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, unsigned int ctrl) in sc_nand_hwcontrol() argument
146 sc_nand_write_byte(mtdinfo, cmd); in sc_nand_hwcontrol()
/external/u-boot/board/freescale/m5329evb/
Dnand.c22 static void nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, unsigned int ctrl) in nand_hwcontrol() argument
24 struct nand_chip *this = mtd_to_nand(mtdinfo); in nand_hwcontrol()
/external/u-boot/board/freescale/m5373evb/
Dnand.c22 static void nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, unsigned int ctrl) in nand_hwcontrol() argument
24 struct nand_chip *this = mtd_to_nand(mtdinfo); in nand_hwcontrol()
/external/u-boot/board/cssi/MCR3000/
Dnand.c17 static void nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, unsigned int ctrl) in nand_hwcontrol() argument
19 struct nand_chip *this = mtd_to_nand(mtdinfo); in nand_hwcontrol()
/external/u-boot/tools/env/
Dfw_env.c1617 struct mtd_info_user mtdinfo; in check_device_config() local
1618 rc = ioctl(fd, MEMGETINFO, &mtdinfo); in check_device_config()
1624 if (mtdinfo.type != MTD_NORFLASH && in check_device_config()
1625 mtdinfo.type != MTD_NANDFLASH && in check_device_config()
1626 mtdinfo.type != MTD_DATAFLASH && in check_device_config()
1627 mtdinfo.type != MTD_UBIVOLUME) { in check_device_config()
1629 mtdinfo.type, DEVNAME(dev)); in check_device_config()
1632 DEVTYPE(dev) = mtdinfo.type; in check_device_config()
/external/u-boot/board/synopsys/axs10x/
Dnand.c193 static void axs101_nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, in axs101_nand_hwcontrol() argument