Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dibmphp_hpc.c164 if (ctlr_ptr->ctlr_type == 0x02) { in i2c_ctrl_read()
173 } else if (ctlr_ptr->ctlr_type == 0x04) { in i2c_ctrl_read()
275 if (ctlr_ptr->ctlr_type == 0x02) { in i2c_ctrl_write()
284 } else if (ctlr_ptr->ctlr_type == 0x04) { in i2c_ctrl_write()
404 switch (ctlr->ctlr_type) { in ctrl_read()
424 switch (ctlr->ctlr_type) { in ctrl_write()
580 if ((ctlr_ptr->ctlr_type == 2) || (ctlr_ptr->ctlr_type == 4)) in ibmphp_hpc_readslot()
661 if ((ctlr_ptr->ctlr_type == 2) || (ctlr_ptr->ctlr_type == 4)) in ibmphp_hpc_readslot()
720 if ((ctlr_ptr->ctlr_type == 2) || (ctlr_ptr->ctlr_type == 4)) { in ibmphp_hpc_writeslot()
765 if ((ctlr_ptr->ctlr_type == 2) || (ctlr_ptr->ctlr_type == 4)) in ibmphp_hpc_writeslot()
Dibmphp_ebda.c222 debug ("%s - type of hpc: %x\n", __func__, hpc_ptr->ctlr_type); in print_ebda_hpc()
223 switch (hpc_ptr->ctlr_type) { in print_ebda_hpc()
600 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot()
665 if (slot_cur->ctrl->ctlr_type == 4) { in create_file_name()
859 hpc_ptr->ctlr_type = temp; in ebda_rsrc_controller()
861 switch (hpc_ptr->ctlr_type) { in ebda_rsrc_controller()
1140 if (controller->ctlr_type == 0) in ibmphp_free_ebda_hpc_queue()
1142 else if ((controller->ctlr_type == 1) && (!pci_flag)) { in ibmphp_free_ebda_hpc_queue()
1188 if (ctrl->ctlr_type == 1) { in ibmphp_register_pci()
1202 if (ctrl->ctlr_type == 1) { in ibmphp_probe()
Dibmphp.h746 u8 ctlr_type; member