Searched refs:bits_limit (Results 1 – 2 of 2) sorted by relevance
130 typeset -i bits_limit=$3159 (( (( bits_limit & 2 )) == 0 )) ; then163 (( (( bits_limit & 1 )) == 0 )) ; then
695 uint32_t bits, bits_limit, i, *map, min_alloc, size; in pcib_alloc() local702 bits_limit = sc->sc_io_size / min_alloc; in pcib_alloc()708 bits_limit = sc->sc_mem_size / min_alloc; in pcib_alloc()716 for (i = 0; i + bits <= bits_limit; i += bits) in pcib_alloc()