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

  /src/sys/arch/mips/rmi/
rmixl_pcie.c 899 static bus_addr_t cfg_oba = -1; local in function:rmixl_pcie_conf_setup
912 if (ba != cfg_oba) {
914 if (cfg_oba != -1)
924 cfg_oba = ba;
rmixl_pcix.c 663 static bus_addr_t cfg_oba = -1; local in function:rmixl_pcix_conf_setup
674 if (ba != cfg_oba) {
676 if (cfg_oba != -1)
686 cfg_oba = ba;

Completed in 13 milliseconds