Searched refs:bits_limit (Results 1 – 1 of 1) sorted by relevance
693 uint32_t bits, bits_limit, i, *map, min_alloc, size; in pcib_alloc() local700 bits_limit = sc->sc_io_size / min_alloc; in pcib_alloc()706 bits_limit = sc->sc_mem_size / min_alloc; in pcib_alloc()714 for (i = 0; i + bits <= bits_limit; i += bits) in pcib_alloc()