Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/rmi/
H A Drmixlreg.h453 #define RMIXL_PCIE_CFG_BAR_ENB __BIT(0) /* 1=Enable */ macro
456 ((uint32_t)(((ba) >> (25 - 17)) | ((en) ? RMIXL_PCIE_CFG_BAR_ENB : 0)))
H A Drmixl_pcie.c312 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()