Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_ebda.c243 struct controller *hpc_ptr; in print_ebda_hpc() local
249 hpc_ptr = list_entry (ptr1, struct controller, ebda_hpc_list); in print_ebda_hpc()
251 for (index = 0; index < hpc_ptr->slot_count; index++) { in print_ebda_hpc()
252 debug ("%s - physical slot#: %x\n", __FUNCTION__, hpc_ptr->slots[index].slot_num); in print_ebda_hpc()
253 debug ("%s - pci bus# of the slot: %x\n", __FUNCTION__, hpc_ptr->slots[index].slot_bus_num); in print_ebda_hpc()
254 debug ("%s - index into ctlr addr: %x\n", __FUNCTION__, hpc_ptr->slots[index].ctl_index); in print_ebda_hpc()
255 debug ("%s - cap of the slot: %x\n", __FUNCTION__, hpc_ptr->slots[index].slot_cap); in print_ebda_hpc()
258 for (index = 0; index < hpc_ptr->bus_count; index++) { in print_ebda_hpc()
259 …debug ("%s - bus# of each bus controlled by this ctlr: %x\n", __FUNCTION__, hpc_ptr->buses[index].… in print_ebda_hpc()
262 debug ("%s - type of hpc: %x\n", __FUNCTION__, hpc_ptr->ctlr_type); in print_ebda_hpc()
[all …]