Home
last modified time | relevance | path

Searched refs:nand_device (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-a-latest/include/drivers/
Dnand.h24 struct nand_device { struct
32 int (*mtd_read_page)(struct nand_device *nand, unsigned int page, argument
65 struct nand_device *get_nand_device(void);
Draw_nand.h89 struct nand_device *nand;
163 void (*setup)(struct nand_device *nand);
167 struct nand_device *nand_dev;
Dspi_nand.h36 struct nand_device *nand_dev;
/trusted-firmware-a-latest/drivers/mtd/nand/
Dcore.c21 static struct nand_device nand_dev;
173 struct nand_device *get_nand_device(void) in get_nand_device()
Dspi_nand.c255 static int spi_nand_mtd_read_page(struct nand_device *nand, unsigned int page, in spi_nand_mtd_read_page()
Draw_nand.c390 static int nand_mtd_read_page_raw(struct nand_device *nand, unsigned int page, in nand_mtd_read_page_raw()
/trusted-firmware-a-latest/drivers/st/fmc/
Dstm32_fmc2_nand.c493 static void stm32_fmc2_hwctl(struct nand_device *nand) in stm32_fmc2_hwctl()
505 static int stm32_fmc2_read_page(struct nand_device *nand, in stm32_fmc2_read_page()
566 static void stm32_fmc2_read_data(struct nand_device *nand, in stm32_fmc2_read_data()
613 static void stm32_fmc2_write_data(struct nand_device *nand, in stm32_fmc2_write_data()
739 static void stm32_fmc2_setup(struct nand_device *nand) in stm32_fmc2_setup()
/trusted-firmware-a-latest/plat/st/stm32mp1/
Dstm32mp1_boot_device.c30 static int get_data_from_otp(struct nand_device *nand_dev, bool is_slc) in get_data_from_otp()