Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c37 #define IS_256MB_ALIGNED(x) IS_ALIGNED(x, SZ_256M) macro
495 if (!IS_256MB_ALIGNED(config_res->start)) in dw_pcie_ecam_enabled()