Searched refs:primary_bus (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/pci/hotplug/ |
D | cpqphp_pci.c | 1247 u8 primary_bus = readb(one_slot + PRIMARY_BUS); in cpqhp_find_available_resources() local 1259 primary_bus, secondary_bus, max_bus); in cpqhp_find_available_resources() 1262 if (primary_bus != ctrl->bus) { in cpqhp_find_available_resources() 1268 ctrl->pci_bus->number = primary_bus; in cpqhp_find_available_resources() 1274 func = cpqhp_slot_find(primary_bus, dev_func >> 3, 0); in cpqhp_find_available_resources() 1277 dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index); in cpqhp_find_available_resources() 1278 func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++); in cpqhp_find_available_resources() 1288 if (secondary_bus != primary_bus) in cpqhp_find_available_resources() 1376 if (secondary_bus && (secondary_bus != primary_bus)) { in cpqhp_find_available_resources()
|
D | cpqphp.h | 198 u8 primary_bus; member 214 PRIMARY_BUS = offsetof(struct slot_rt, primary_bus),
|
/Linux-v6.6/drivers/pci/ |
D | pci-bridge-emul.h | 19 u8 primary_bus; member
|