Searched refs:res_bus (Results 1 – 1 of 1) sorted by relevance
732 uchar_t res_bus; in get_parbus_io_res() local742 res_bus = parbus; in get_parbus_io_res()743 while (pci_bus_res[res_bus].subtractive) { in get_parbus_io_res()744 if (pci_bus_res[res_bus].io_avail) in get_parbus_io_res()746 res_bus = pci_bus_res[res_bus].par_bus; in get_parbus_io_res()747 if (res_bus == (uchar_t)-1) in get_parbus_io_res()751 if (pci_bus_res[res_bus].io_avail) { in get_parbus_io_res()752 addr = memlist_find(&pci_bus_res[res_bus].io_avail, in get_parbus_io_res()755 memlist_insert(&pci_bus_res[res_bus].io_used, in get_parbus_io_res()774 uchar_t res_bus; in get_parbus_mem_res() local[all …]