Searched refs:bits_limit (Results 1 – 2 of 2) sorted by relevance
128 typeset -i bits_limit=$3157 (( (( bits_limit & 2 )) == 0 )) ; then161 (( (( bits_limit & 1 )) == 0 )) ; then
689 uint32_t bits, bits_limit, i, *map, min_alloc, size; in pcib_alloc() local696 bits_limit = sc->sc_io_size / min_alloc; in pcib_alloc()702 bits_limit = sc->sc_mem_size / min_alloc; in pcib_alloc()710 for (i = 0; i + bits <= bits_limit; i += bits) in pcib_alloc()