Home
last modified time | relevance | path

Searched refs:gpmc_cs0_flash (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dmem-common.c28 char gpmc_cs0_flash = MTD_DEV_TYPE_NOR; variable
30 char gpmc_cs0_flash = MTD_DEV_TYPE_NAND; variable
32 char gpmc_cs0_flash = MTD_DEV_TYPE_ONENAND; variable
34 char gpmc_cs0_flash = -1; variable
170 writel(gpmc_cs0_flash == MTD_DEV_TYPE_NOR ? in gpmc_init()
173 set_gpmc_cs0(gpmc_cs0_flash); in gpmc_init()
/OK3568_Linux_fs/u-boot/board/isee/igep00x0/
H A Dcommon.c36 gpmc_cs0_flash = MTD_DEV_TYPE_NAND; in board_init()
46 gpmc_cs0_flash = MTD_DEV_TYPE_ONENAND; in board_init()
H A Digep00x0.c79 if (gpmc_cs0_flash == MTD_DEV_TYPE_ONENAND) { in onenand_board_init()
169 gpmc_cs0_flash == MTD_DEV_TYPE_NAND); in ft_board_setup()
171 gpmc_cs0_flash == MTD_DEV_TYPE_ONENAND); in ft_board_setup()
H A Dspl.c38 gpmc_cs0_flash = MTD_DEV_TYPE_NAND; in get_board_mem_timings()
51 gpmc_cs0_flash = MTD_DEV_TYPE_ONENAND; in get_board_mem_timings()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Domap_gpmc.h96 extern char gpmc_cs0_flash;