Searched refs:RMIXL_PCIE_CFG_BAR_ENB (Results 1 – 2 of 2) sorted by relevance
453 #define RMIXL_PCIE_CFG_BAR_ENB __BIT(0) /* 1=Enable */ macro456 ((uint32_t)(((ba) >> (25 - 17)) | ((en) ? RMIXL_PCIE_CFG_BAR_ENB : 0)))
312 if ((bar & RMIXL_PCIE_CFG_BAR_ENB) == 0) { in rmixl_pcie_attach()1542 if ((r & RMIXL_PCIE_CFG_BAR_ENB) != 0) { in rmixl_physaddr_init_pcie()