Searched refs:MAX_RESOURCES (Results 1 – 9 of 9) sorted by relevance
24 #define MAX_RESOURCES 4 macro27 struct mtd_info *mtd[MAX_RESOURCES];29 struct map_info map[MAX_RESOURCES];66 for (i = 0; i < MAX_RESOURCES; i++) { in physmap_flash_remove()198 for (i = 0; i < MAX_RESOURCES && info->mtd[i]; i++) in physmap_flash_shutdown()
115 } str_ident[MAX_RESOURCES];160 DECLARE_RESERVED_MAP(peri, DIV_ROUND_UP(MAX_RESOURCES, GPIO_BANKSIZE));186 if (gpio < MAX_BLACKFIN_GPIOS || gpio >= MAX_RESOURCES) in port_setup()738 BUG_ON(ident >= MAX_RESOURCES);961 DECLARE_RESERVED_MAP(special_gpio, gpio_bank(MAX_RESOURCES));1211 for (c = 0; c < MAX_RESOURCES; c++) {
10 #define MAX_RESOURCES MAX_BLACKFIN_GPIOS macro
10 #define MAX_RESOURCES 64 macro
10 #define MAX_RESOURCES (MAX_BLACKFIN_GPIOS + GPIO_BANKSIZE) /* We additionally handle PORTJ */ macro