Searched refs:bus_start (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/ |
D | pci_mcfg.c | 21 u8 bus_start; member 233 if (e->segment == seg && e->bus_start <= bus_res->start && in pci_mcfg_lookup() 285 e->bus_start = mptr->start_bus_number; in pci_mcfg_parse()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 50464 + int bus_start; 50475 + bus_start = 0; 50477 + bus_start = 0x2; 50479 + ret = devm_of_pci_get_host_bridge_resources(&pdev->dev, bus_start, 0xff, &res, 50483 + bus = pci_create_root_bus(&pdev->dev, bus_start, &pcie_ops, hipcie, &res); 50520 + int bus_start; 50531 + bus_start = 0; 50533 + bus_start = 2; 50535 + ret = devm_of_pci_get_host_bridge_resources(&pdev->dev, bus_start, 0xff, &res, &io_addr); 50539 + bus = pci_create_root_bus(&pdev->dev, bus_start, &pcie_ops, hipcie, &res);
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 344191 + int bus_start; 344202 + bus_start = 0; 344204 + bus_start = 0x2; 344206 + ret = devm_of_pci_get_host_bridge_resources(&pdev->dev, bus_start, 0xff, &res, 344210 + bus = pci_create_root_bus(&pdev->dev, bus_start, &pcie_ops, hipcie, &res); 344247 + int bus_start; 344258 + bus_start = 0; 344260 + bus_start = 2; 344262 + ret = devm_of_pci_get_host_bridge_resources(&pdev->dev, bus_start, 0xff, &res, &io_addr); 344266 + bus = pci_create_root_bus(&pdev->dev, bus_start, &pcie_ops, hipcie, &res);
|