Home
last modified time | relevance | path

Searched refs:max_bus (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dshpchprm_legacy.h40 u8 max_bus; member
54 MAX_BUS = offsetof(struct slot_rt, max_bus),
Dshpchprm_legacy.c191 u8 max_bus = readb(one_slot + MAX_BUS); in shpchprm_find_available_resources() local
201 primary_bus, secondary_bus, max_bus); in shpchprm_find_available_resources()
320 bus_node->length = (ulong)(max_bus - secondary_bus + 1); in shpchprm_find_available_resources()
Dcpqphp.h214 u8 max_bus; member
228 MAX_BUS = offsetof(struct slot_rt, max_bus),
Dcpqphp_pci.c1419 u8 max_bus = readb(one_slot + MAX_BUS); in cpqhp_find_available_resources() local
1429 primary_bus, secondary_bus, max_bus); in cpqhp_find_available_resources()
1547 bus_node->length = max_bus - secondary_bus + 1; in cpqhp_find_available_resources()
/linux-2.4.37.9/include/asm-ppc64/
Dpci-bridge.h108 int max_bus; member