Searched refs:RF_ALIGNMENT_LOG2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Drman.h57 #define RF_ALIGNMENT_LOG2(x) ((x) << RF_ALIGNMENT_SHIFT) macro
/freebsd-13-stable/sys/kern/
H A Dsubr_rman.c813 return(RF_ALIGNMENT_LOG2(i));
/freebsd-13-stable/sys/dev/pci/
H A Dpci_pci.c1956 flags |= RF_ALIGNMENT_LOG2(w->step);
H A Dpci.c3322 flags = RF_ALIGNMENT_LOG2(mapsize);
5439 flags = (flags & ~RF_ALIGNMENT_MASK) | RF_ALIGNMENT_LOG2(mapsize);

Completed in 76 milliseconds