Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dboard-flash.c190 char chip_sel_board[][GPMC_CS_NUM], int nand_type) in board_flash_init() argument
193 u8 norcs = GPMC_CS_NUM + 1; in board_flash_init()
194 u8 nandcs = GPMC_CS_NUM + 1; in board_flash_init()
195 u8 onenandcs = GPMC_CS_NUM + 1; in board_flash_init()
209 while (cs < GPMC_CS_NUM) { in board_flash_init()
212 if (norcs > GPMC_CS_NUM) in board_flash_init()
216 if (nandcs > GPMC_CS_NUM) in board_flash_init()
220 if (onenandcs > GPMC_CS_NUM) in board_flash_init()
227 if (norcs > GPMC_CS_NUM) in board_flash_init()
233 if (onenandcs > GPMC_CS_NUM) in board_flash_init()
[all …]
Dboard-flash.h32 char chip_sel[][GPMC_CS_NUM], int nand_type);
35 char chip_sel[][GPMC_CS_NUM], int nand_type) in board_flash_init() argument
Dgpmc-nand.c87 BUG_ON(gpmc_nand_data->cs >= GPMC_CS_NUM); in gpmc_nand_init()
Dgpmc.h17 #define GPMC_CS_NUM 8 macro
Dgpmc.c150 struct gpmc_cs_config cs_context[GPMC_CS_NUM];
158 static struct resource gpmc_cs_mem[GPMC_CS_NUM];
161 static unsigned int gpmc_cs_map = ((1 << GPMC_CS_NUM) - 1);
162 static unsigned int gpmc_cs_num = GPMC_CS_NUM;
1609 } else if (gpmc_cs_num > GPMC_CS_NUM) { in gpmc_probe_dt()
1611 __func__, GPMC_CS_NUM); in gpmc_probe_dt()
1715 gpmc_cs_num = GPMC_CS_NUM; in gpmc_probe()
Dboard-3430sdp.c476 static char chip_sel_3430[][GPMC_CS_NUM] = {