Searched refs:PCI_EXT_CAP_ALIGN (Results 1 – 2 of 2) sorted by relevance
25 #define PCI_EXT_CAP_ALIGN 4 macro27 (((x) + PCI_EXT_CAP_ALIGN - 1) & ~(PCI_EXT_CAP_ALIGN - 1))
1047 assert(!(next & (PCI_EXT_CAP_ALIGN - 1))); in pcie_ext_cap_set_next()