Home
last modified time | relevance | path

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

/src/sys/sys/
H A Drman.h57 #define RF_ALIGNMENT(x) (((x) & RF_ALIGNMENT_MASK) >> RF_ALIGNMENT_SHIFT) macro
/src/sys/dev/pccbb/
H A Dpccbb.c1201 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()
/src/sys/kern/
H A Dsubr_rman.c460 amask = (1ull << RF_ALIGNMENT(flags)) - 1; in rman_reserve_resource()
/src/sys/dev/pci/
H A Dpci_pci.c1767 if (RF_ALIGNMENT(flags) < w->step) { in pcib_alloc_new_window()
1954 align = (rman_res_t)1 << RF_ALIGNMENT(flags); in pcib_grow_window()
H A Dpci.c5586 if (RF_ALIGNMENT(flags) < mapsize) in pci_reserve_map()