Searched refs:local_max (Results 1 – 2 of 2) sorted by relevance
1161 resource_size_t range_min, range_max, start, local_min, local_max; in vmbus_allocate_mmio() local1180 local_max = range_max; in vmbus_allocate_mmio()1192 local_max = screen_info.lfb_base - 1; in vmbus_allocate_mmio()1201 for (; start + size - 1 <= local_max; start += align) { in vmbus_allocate_mmio()
134 u8 local_max; /* local max according to the AP */ member