Lines Matching refs:debug

39 static bool debug;  variable
40 module_param(debug, bool, S_IRUGO | S_IWUSR);
41 MODULE_PARM_DESC(debug, "Debugging mode enabled or not");
58 debug("options = %x\n", slot_cur->ctrl->options); in get_cur_bus_info()
59 debug("revision = %x\n", slot_cur->ctrl->revision); in get_cur_bus_info()
74 debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", in get_cur_bus_info()
140 debug("(*cur_slot)->irq[0] = %x\n", in ibmphp_init_devno()
142 debug("(*cur_slot)->irq[1] = %x\n", in ibmphp_init_devno()
144 debug("(*cur_slot)->irq[2] = %x\n", in ibmphp_init_devno()
146 debug("(*cur_slot)->irq[3] = %x\n", in ibmphp_init_devno()
149 debug("rtable->exclusive_irqs = %x\n", in ibmphp_init_devno()
151 debug("rtable->slots[loop].irq[0].bitmap = %x\n", in ibmphp_init_devno()
153 debug("rtable->slots[loop].irq[1].bitmap = %x\n", in ibmphp_init_devno()
155 debug("rtable->slots[loop].irq[2].bitmap = %x\n", in ibmphp_init_devno()
157 debug("rtable->slots[loop].irq[3].bitmap = %x\n", in ibmphp_init_devno()
160 debug("rtable->slots[loop].irq[0].link = %x\n", in ibmphp_init_devno()
162 debug("rtable->slots[loop].irq[1].link = %x\n", in ibmphp_init_devno()
164 debug("rtable->slots[loop].irq[2].link = %x\n", in ibmphp_init_devno()
166 debug("rtable->slots[loop].irq[3].link = %x\n", in ibmphp_init_devno()
168 debug("end of init_devno\n"); in ibmphp_init_devno()
219 debug("set_attention_status - Entry hotplug_slot[%lx] value[%x]\n", in set_attention_status()
250 debug("set_attention_status - Exit rc[%d]\n", rc); in set_attention_status()
260 debug("get_attention_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_attention_status()
277 debug("get_attention_status - Exit rc[%d] value[%x]\n", rc, *value); in get_attention_status()
287 debug("get_latch_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_latch_status()
300 debug("get_latch_status - Exit rc[%d] rc[%x] value[%x]\n", in get_latch_status()
312 debug("get_power_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_power_status()
325 debug("get_power_status - Exit rc[%d] rc[%x] value[%x]\n", in get_power_status()
337 debug("get_adapter_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_adapter_present()
355 debug("get_adapter_present - Exit rc[%d] value[%x]\n", rc, *value); in get_adapter_present()
366 debug("%s - Entry slot[%p]\n", __func__, slot); in get_max_bus_speed()
392 debug("%s - Exit rc[%d] speed[%x]\n", __func__, rc, speed); in get_max_bus_speed()
408 debug("BEFORE GETTING SLOT STATUS, slot # %x\n", in init_ops()
428 debug("status = %x\n", slot_cur->status); in init_ops()
429 debug("ext_status = %x\n", slot_cur->ext_status); in init_ops()
430 debug("SLOT_POWER = %x\n", SLOT_POWER(slot_cur->status)); in init_ops()
431 debug("SLOT_PRESENT = %x\n", SLOT_PRESENT(slot_cur->status)); in init_ops()
432 debug("SLOT_LATCH = %x\n", SLOT_LATCH(slot_cur->status)); in init_ops()
437 debug("BEFORE POWER OFF COMMAND\n"); in init_ops()
468 debug("slot_number in validate is %d\n", slot_cur->number); in validate()
567 debug("%s -- enter\n", __func__); in free_slots()
584 debug("%s -- exit\n", __func__); in free_slots()
592 debug("inside %s\n", __func__); in ibm_unconfigure_device()
593 debug("func->device = %x, func->function = %x\n", in ibm_unconfigure_device()
595 debug("func->device << 3 | 0x0 = %x\n", func->device << 3 | 0x0); in ibm_unconfigure_device()
643 debug("%s - Inside bus_structure_fixup()\n", in bus_structure_fixup()
749 debug("%s - entry slot # %d\n", __func__, slot_cur->number); in set_bus()
755 debug("ext_status = %x, speed = %x\n", slot_cur->ext_status, speed); in set_bus()
809 debug("setting bus speed for slot %d, cmd %x\n", in set_bus()
824 debug("%s -Exit\n", __func__); in set_bus()
902 debug("ENABLING SLOT........\n"); in enable_slot()
921 debug("the current bus speed right after set_bus = %x\n", in enable_slot()
961 debug("after power_on\n"); in enable_slot()
964 debug("the current bus speed right after power_on = %x\n", in enable_slot()
1000 debug("b4 configure_card, slot_cur->bus = %x, slot_cur->device = %x\n", in enable_slot()
1008 debug("after unconfigure_card\n"); in enable_slot()
1078 debug("DISABLING SLOT...\n"); in ibmphp_do_disable_slot()
1121 debug("in disable_slot. after unconfigure_card\n"); in ibmphp_do_disable_slot()
1168 debug("after slots\n"); in ibmphp_unload()
1170 debug("after resources\n"); in ibmphp_unload()
1172 debug("after bus info\n"); in ibmphp_unload()
1174 debug("after ebda hpc\n"); in ibmphp_unload()
1176 debug("after ebda pci rsrc\n"); in ibmphp_unload()
1204 ibmphp_debug = debug; in ibmphp_init()
1212 debug("after ibmphp_access_ebda()\n"); in ibmphp_init()
1217 debug("AFTER Resource & EBDA INITIALIZATIONS\n"); in ibmphp_init()
1246 debug("after polling\n"); in ibmphp_exit()
1248 debug("done\n"); in ibmphp_exit()