Searched refs:GPMC_CS_NUM (Results 1 – 5 of 5) sorted by relevance
189 char chip_sel_board[][GPMC_CS_NUM], int nand_type) in board_flash_init() argument192 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 …]
31 char chip_sel[][GPMC_CS_NUM], int nand_type);34 char chip_sel[][GPMC_CS_NUM], int nand_type) in board_flash_init() argument
86 BUG_ON(gpmc_nand_data->cs >= GPMC_CS_NUM); in gpmc_nand_init()
11 #define GPMC_CS_NUM 8 macro
231 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;2054 } else if (gpmc_cs_num > GPMC_CS_NUM) { in gpmc_probe_dt()2056 __func__, GPMC_CS_NUM); in gpmc_probe_dt()2156 gpmc_cs_num = GPMC_CS_NUM; in gpmc_probe()