Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/socrates/
H A Dnand.c21 static int sc_nand_device_ready(struct mtd_info *mtdinfo);
106 static int sc_nand_device_ready(struct mtd_info *mtdinfo) in sc_nand_device_ready() argument
108 struct nand_chip *this = mtd_to_nand(mtdinfo); in sc_nand_device_ready()
120 static void sc_nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, unsigned int ctrl) in sc_nand_hwcontrol() argument
147 sc_nand_write_byte(mtdinfo, cmd); in sc_nand_hwcontrol()
/rk3399_rockchip-uboot/board/freescale/m5329evb/
H A Dnand.c25 static void nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, unsigned int ctrl) in nand_hwcontrol() argument
27 struct nand_chip *this = mtd_to_nand(mtdinfo); in nand_hwcontrol()
/rk3399_rockchip-uboot/board/cssi/MCR3000/
H A Dnand.c18 static void nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, unsigned int ctrl) in nand_hwcontrol() argument
20 struct nand_chip *this = mtdinfo->priv; in nand_hwcontrol()
/rk3399_rockchip-uboot/board/freescale/m5373evb/
H A Dnand.c25 static void nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, unsigned int ctrl) in nand_hwcontrol() argument
27 struct nand_chip *this = mtd_to_nand(mtdinfo); in nand_hwcontrol()
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c1368 struct mtd_info_user mtdinfo; in check_device_config() local
1369 rc = ioctl(fd, MEMGETINFO, &mtdinfo); in check_device_config()
1375 if (mtdinfo.type != MTD_NORFLASH && in check_device_config()
1376 mtdinfo.type != MTD_NANDFLASH && in check_device_config()
1377 mtdinfo.type != MTD_DATAFLASH && in check_device_config()
1378 mtdinfo.type != MTD_UBIVOLUME) { in check_device_config()
1380 mtdinfo.type, DEVNAME(dev)); in check_device_config()
1383 DEVTYPE(dev) = mtdinfo.type; in check_device_config()
/rk3399_rockchip-uboot/board/synopsys/axs10x/
H A Dnand.c194 static void axs101_nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, in axs101_nand_hwcontrol() argument