Searched refs:RF_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance
56 #define RF_ALIGNMENT(x) (((x) & RF_ALIGNMENT_MASK) >> RF_ALIGNMENT_SHIFT) macro
1232 if (count > (1 << RF_ALIGNMENT(flags))) in cbb_cardbus_alloc_resource()1245 if (align > (1 << RF_ALIGNMENT(flags))) in cbb_cardbus_alloc_resource()1390 if (align > (1 << RF_ALIGNMENT(flags))) in cbb_pcic_alloc_resource()
474 amask = (1ull << RF_ALIGNMENT(flags)) - 1; in rman_reserve_resource_bound()
1995 if (RF_ALIGNMENT(flags) < w->step) { in pcib_alloc_new_window()2182 align = (rman_res_t)1 << RF_ALIGNMENT(flags); in pcib_grow_window()
5492 if (RF_ALIGNMENT(flags) < mapsize) in pci_reserve_map()