Searched refs:nand_device (Results 1 – 8 of 8) sorted by relevance
/arm-trusted-firmware-2.8.0/include/drivers/ |
A D | nand.h | 24 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);
|
A D | raw_nand.h | 89 struct nand_device *nand; 163 void (*setup)(struct nand_device *nand); 167 struct nand_device *nand_dev;
|
A D | spi_nand.h | 33 struct nand_device *nand_dev;
|
/arm-trusted-firmware-2.8.0/drivers/mtd/nand/ |
A D | core.c | 21 static struct nand_device nand_dev; 173 struct nand_device *get_nand_device(void) in get_nand_device()
|
A D | spi_nand.c | 256 static int spi_nand_mtd_read_page(struct nand_device *nand, unsigned int page, in spi_nand_mtd_read_page()
|
A D | raw_nand.c | 395 static int nand_mtd_read_page_raw(struct nand_device *nand, unsigned int page, in nand_mtd_read_page_raw()
|
/arm-trusted-firmware-2.8.0/drivers/st/fmc/ |
A D | stm32_fmc2_nand.c | 493 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()
|
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/ |
A D | stm32mp1_boot_device.c | 30 static int get_data_from_otp(struct nand_device *nand_dev, bool is_slc) in get_data_from_otp()
|
Completed in 80 milliseconds