Searched refs:res_bus (Results 1 – 1 of 1) sorted by relevance
733 uchar_t res_bus; in get_parbus_io_res() local743 res_bus = parbus; in get_parbus_io_res()744 while (pci_bus_res[res_bus].subtractive) { in get_parbus_io_res()745 if (pci_bus_res[res_bus].io_avail) in get_parbus_io_res()747 res_bus = pci_bus_res[res_bus].par_bus; in get_parbus_io_res()748 if (res_bus == (uchar_t)-1) in get_parbus_io_res()752 if (pci_bus_res[res_bus].io_avail) { in get_parbus_io_res()753 addr = memlist_find(&pci_bus_res[res_bus].io_avail, in get_parbus_io_res()756 memlist_insert(&pci_bus_res[res_bus].io_used, in get_parbus_io_res()775 uchar_t res_bus; in get_parbus_mem_res() local[all …]