Searched refs:GPMC_CS_NUM (Results 1 – 6 of 6) sorted by relevance
190 char chip_sel_board[][GPMC_CS_NUM], int nand_type) in board_flash_init() argument193 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 …]
32 char chip_sel[][GPMC_CS_NUM], int nand_type);35 char chip_sel[][GPMC_CS_NUM], int nand_type) in board_flash_init() argument
87 BUG_ON(gpmc_nand_data->cs >= GPMC_CS_NUM); in gpmc_nand_init()
17 #define GPMC_CS_NUM 8 macro
150 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()
476 static char chip_sel_3430[][GPMC_CS_NUM] = {