Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dboard-flash.c189 char chip_sel_board[][GPMC_CS_NUM], int nand_type) in board_flash_init() argument
192 u8 norcs = GPMC_CS_NUM + 1; in board_flash_init()
193 u8 nandcs = GPMC_CS_NUM + 1; in board_flash_init()
194 u8 onenandcs = GPMC_CS_NUM + 1; in board_flash_init()
208 while (cs < GPMC_CS_NUM) { in board_flash_init()
211 if (norcs > GPMC_CS_NUM) in board_flash_init()
215 if (nandcs > GPMC_CS_NUM) in board_flash_init()
219 if (onenandcs > GPMC_CS_NUM) in board_flash_init()
226 if (norcs > GPMC_CS_NUM) in board_flash_init()
232 if (onenandcs > GPMC_CS_NUM) in board_flash_init()
[all …]
Dboard-flash.h31 char chip_sel[][GPMC_CS_NUM], int nand_type);
34 char chip_sel[][GPMC_CS_NUM], int nand_type) in board_flash_init() argument
Dgpmc-nand.c86 BUG_ON(gpmc_nand_data->cs >= GPMC_CS_NUM); in gpmc_nand_init()
/linux-4.1.27/include/linux/
Domap-gpmc.h11 #define GPMC_CS_NUM 8 macro
/linux-4.1.27/drivers/memory/
Domap-gpmc.c231 struct gpmc_cs_config cs_context[GPMC_CS_NUM];
239 static struct gpmc_cs_data gpmc_cs[GPMC_CS_NUM];
242 static unsigned int gpmc_cs_num = GPMC_CS_NUM;
2055 } else if (gpmc_cs_num > GPMC_CS_NUM) { in gpmc_probe_dt()
2057 __func__, GPMC_CS_NUM); in gpmc_probe_dt()
2163 gpmc_cs_num = GPMC_CS_NUM; in gpmc_probe()