Home
last modified time | relevance | path

Searched refs:min_alloc (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/arm/mv/
Dmv_pci.c695 uint32_t bits, bits_limit, i, *map, min_alloc, size; in pcib_alloc() local
701 min_alloc = PCI_MIN_IO_ALLOC; in pcib_alloc()
702 bits_limit = sc->sc_io_size / min_alloc; in pcib_alloc()
707 min_alloc = PCI_MIN_MEM_ALLOC; in pcib_alloc()
708 bits_limit = sc->sc_mem_size / min_alloc; in pcib_alloc()
714 bits = size / min_alloc; in pcib_alloc()
719 addr = base + (i * min_alloc); in pcib_alloc()