HomeSort by: relevance | last modified time | path
    Searched refs:RMIXL_PCIX_MEM_BAR_ENB (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/rmi/
rmixl_pcix.c 419 if ((bar & RMIXL_PCIX_MEM_BAR_ENB) == 0) {
1120 if ((r & RMIXL_PCIX_MEM_BAR_ENB) != 0) {
rmixlreg.h 431 #define RMIXL_PCIX_MEM_BAR_ENB __BIT(0) /* 1=Enable */
433 ((uint32_t)(((ba) >> (24 - 16)) | ((en) ? RMIXL_PCIX_MEM_BAR_ENB : 0)))

Completed in 49 milliseconds