Searched refs:RF_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance
58 #define RF_ALIGNMENT(x) (((x) & RF_ALIGNMENT_MASK) >> RF_ALIGNMENT_SHIFT) macro
1249 if (count > (1 << RF_ALIGNMENT(flags))) in cbb_cardbus_alloc_resource()1262 if (align > (1 << RF_ALIGNMENT(flags))) in cbb_cardbus_alloc_resource()1407 if (align > (1 << RF_ALIGNMENT(flags))) in cbb_pcic_alloc_resource()
478 amask = (1ull << RF_ALIGNMENT(flags)) - 1; in rman_reserve_resource_bound()
1951 if (RF_ALIGNMENT(flags) < w->step) { in pcib_alloc_new_window()2138 align = (rman_res_t)1 << RF_ALIGNMENT(flags); in pcib_grow_window()
5373 if (RF_ALIGNMENT(flags) < mapsize) in pci_reserve_map()