Searched refs:hpc_ptr (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 207 struct controller *hpc_ptr; in print_ebda_hpc() local 210 list_for_each_entry(hpc_ptr, &ebda_hpc_head, ebda_hpc_list) { in print_ebda_hpc() 211 for (index = 0; index < hpc_ptr->slot_count; index++) { in print_ebda_hpc() 212 debug ("%s - physical slot#: %x\n", __func__, hpc_ptr->slots[index].slot_num); in print_ebda_hpc() 213 debug ("%s - pci bus# of the slot: %x\n", __func__, hpc_ptr->slots[index].slot_bus_num); in print_ebda_hpc() 214 debug ("%s - index into ctlr addr: %x\n", __func__, hpc_ptr->slots[index].ctl_index); in print_ebda_hpc() 215 debug ("%s - cap of the slot: %x\n", __func__, hpc_ptr->slots[index].slot_cap); in print_ebda_hpc() 218 for (index = 0; index < hpc_ptr->bus_count; index++) in print_ebda_hpc() 219 …debug ("%s - bus# of each bus controlled by this ctlr: %x\n", __func__, hpc_ptr->buses[index].bus_… in print_ebda_hpc() 221 debug ("%s - type of hpc: %x\n", __func__, hpc_ptr->ctlr_type); in print_ebda_hpc() [all …]
|