Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dgpmc-omap.h16 #define GPMC_CS_NUM 8 macro
169 struct gpmc_omap_cs_data cs[GPMC_CS_NUM];
/Linux-v4.19/drivers/memory/
Domap-gpmc.c229 struct gpmc_cs_config cs_context[GPMC_CS_NUM];
243 static struct gpmc_cs_data gpmc_cs[GPMC_CS_NUM];
246 static unsigned int gpmc_cs_num = GPMC_CS_NUM;
2246 } else if (gpmc_cs_num > GPMC_CS_NUM) { in gpmc_probe_dt()
2248 __func__, GPMC_CS_NUM); in gpmc_probe_dt()
2396 gpmc_cs_num = GPMC_CS_NUM; in gpmc_probe()