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

  /src/sys/arch/mips/rmi/
rmixl_pcie.c 898 static bus_space_handle_t cfg_bsh; local in function:rmixl_pcie_conf_setup
915 bus_space_unmap(bst, cfg_bsh, size);
916 err = bus_space_map(bst, ba, size, 0, &cfg_bsh);
926 bsh = cfg_bsh;
rmixl_pcix.c 662 static bus_space_handle_t cfg_bsh; local in function:rmixl_pcix_conf_setup
677 bus_space_unmap(bst, cfg_bsh, size);
678 err = bus_space_map(bst, ba, size, 0, &cfg_bsh);
688 bsh = cfg_bsh;

Completed in 13 milliseconds