Searched refs:MAX_AREAS (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dlogic_iomem.c24 #define MAX_AREAS ((1U << 31) / MAX_AREA_SIZE) macro
25 #define AREA_BITS ((MAX_AREAS - 1) << AREA_SHIFT)
37 static struct logic_iomem_area mapped_areas[MAX_AREAS];
105 for (i = 0; i < MAX_AREAS; i++) {

Completed in 108 milliseconds