Searched refs:MAX_RESOURCES (Results 1 – 8 of 8) sorted by relevance
24 #define MAX_RESOURCES 4 macro27 struct mtd_info *mtd[MAX_RESOURCES];29 struct map_info map[MAX_RESOURCES];52 for (i = 0; i < MAX_RESOURCES; i++) { in physmap_flash_remove()205 for (i = 0; i < MAX_RESOURCES && info->mtd[i]; i++) in physmap_flash_shutdown()
103 } str_ident[MAX_RESOURCES];151 DECLARE_RESERVED_MAP(peri, DIV_ROUND_UP(MAX_RESOURCES, GPIO_BANKSIZE));171 if (gpio < MAX_BLACKFIN_GPIOS || gpio >= MAX_RESOURCES) in port_setup()668 BUG_ON(ident >= MAX_RESOURCES); in peripheral_request()884 DECLARE_RESERVED_MAP(special_gpio, gpio_bank(MAX_RESOURCES));1111 for (c = 0; c < MAX_RESOURCES; c++) { in gpio_proc_show()
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