Searched refs:RF_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance
57 #define RF_ALIGNMENT(x) (((x) & RF_ALIGNMENT_MASK) >> RF_ALIGNMENT_SHIFT) macro
1201 if (count > (1 << RF_ALIGNMENT(flags))) in cbb_cardbus_alloc_resource()1214 if (align > (1 << RF_ALIGNMENT(flags))) in cbb_cardbus_alloc_resource()1359 if (align > (1 << RF_ALIGNMENT(flags))) in cbb_pcic_alloc_resource()
460 amask = (1ull << RF_ALIGNMENT(flags)) - 1; in rman_reserve_resource()
1767 if (RF_ALIGNMENT(flags) < w->step) { in pcib_alloc_new_window()1954 align = (rman_res_t)1 << RF_ALIGNMENT(flags); in pcib_grow_window()
5586 if (RF_ALIGNMENT(flags) < mapsize) in pci_reserve_map()