Searched refs:RMIXL_PCIX_MEM_BAR_ENB (Results 1 – 2 of 2) sorted by relevance
431 #define RMIXL_PCIX_MEM_BAR_ENB __BIT(0) /* 1=Enable */ macro433 ((uint32_t)(((ba) >> (24 - 16)) | ((en) ? RMIXL_PCIX_MEM_BAR_ENB : 0)))
419 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()