Home | Sort by: relevance | last modified time | path |
/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; |
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; |