Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/rmi/
Drmixlreg.h431 #define RMIXL_PCIX_MEM_BAR_ENB __BIT(0) /* 1=Enable */ macro
433 ((uint32_t)(((ba) >> (24 - 16)) | ((en) ? RMIXL_PCIX_MEM_BAR_ENB : 0)))
Drmixl_pcix.c419 if ((bar & RMIXL_PCIX_MEM_BAR_ENB) == 0) { in rmixl_pcix_attach()
1120 if ((r & RMIXL_PCIX_MEM_BAR_ENB) != 0) { in rmixl_physaddr_init_pcix()