Lines Matching refs:debug
53 static bool debug; variable
54 module_param(debug, bool, S_IRUGO | S_IWUSR);
55 MODULE_PARM_DESC (debug, "Debugging mode enabled or not");
80 debug("options = %x\n", slot_cur->ctrl->options); in get_cur_bus_info()
81 debug("revision = %x\n", slot_cur->ctrl->revision); in get_cur_bus_info()
96 debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", in get_cur_bus_info()
164 debug("(*cur_slot)->irq[0] = %x\n", in ibmphp_init_devno()
166 debug("(*cur_slot)->irq[1] = %x\n", in ibmphp_init_devno()
168 debug("(*cur_slot)->irq[2] = %x\n", in ibmphp_init_devno()
170 debug("(*cur_slot)->irq[3] = %x\n", in ibmphp_init_devno()
173 debug("rtable->exclusive_irqs = %x\n", in ibmphp_init_devno()
175 debug("rtable->slots[loop].irq[0].bitmap = %x\n", in ibmphp_init_devno()
177 debug("rtable->slots[loop].irq[1].bitmap = %x\n", in ibmphp_init_devno()
179 debug("rtable->slots[loop].irq[2].bitmap = %x\n", in ibmphp_init_devno()
181 debug("rtable->slots[loop].irq[3].bitmap = %x\n", in ibmphp_init_devno()
184 debug("rtable->slots[loop].irq[0].link = %x\n", in ibmphp_init_devno()
186 debug("rtable->slots[loop].irq[1].link = %x\n", in ibmphp_init_devno()
188 debug("rtable->slots[loop].irq[2].link = %x\n", in ibmphp_init_devno()
190 debug("rtable->slots[loop].irq[3].link = %x\n", in ibmphp_init_devno()
192 debug("end of init_devno\n"); in ibmphp_init_devno()
243 debug("set_attention_status - Entry hotplug_slot[%lx] value[%x]\n", in set_attention_status()
277 debug("set_attention_status - Exit rc[%d]\n", rc); in set_attention_status()
287 debug("get_attention_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_attention_status()
308 debug("get_attention_status - Exit rc[%d] value[%x]\n", rc, *value); in get_attention_status()
318 debug("get_latch_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_latch_status()
333 debug("get_latch_status - Exit rc[%d] rc[%x] value[%x]\n", in get_latch_status()
345 debug("get_power_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_power_status()
360 debug("get_power_status - Exit rc[%d] rc[%x] value[%x]\n", in get_power_status()
372 debug("get_adapter_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_adapter_present()
392 debug("get_adapter_present - Exit rc[%d] value[%x]\n", rc, *value); in get_adapter_present()
403 debug("%s - Entry slot[%p]\n", __func__, slot); in get_max_bus_speed()
429 debug("%s - Exit rc[%d] speed[%x]\n", __func__, rc, speed); in get_max_bus_speed()
514 debug("BEFORE GETTING SLOT STATUS, slot # %x\n", in init_ops()
534 debug("status = %x\n", slot_cur->status); in init_ops()
535 debug("ext_status = %x\n", slot_cur->ext_status); in init_ops()
536 debug("SLOT_POWER = %x\n", SLOT_POWER(slot_cur->status)); in init_ops()
537 debug("SLOT_PRESENT = %x\n", SLOT_PRESENT(slot_cur->status)); in init_ops()
538 debug("SLOT_LATCH = %x\n", SLOT_LATCH(slot_cur->status)); in init_ops()
543 debug("BEFORE POWER OFF COMMAND\n"); in init_ops()
574 debug("slot_number in validate is %d\n", slot_cur->number); in validate()
700 debug("%s -- enter\n", __func__); in free_slots()
706 debug("%s -- exit\n", __func__); in free_slots()
714 debug("inside %s\n", __func__); in ibm_unconfigure_device()
715 debug("func->device = %x, func->function = %x\n", in ibm_unconfigure_device()
717 debug("func->device << 3 | 0x0 = %x\n", func->device << 3 | 0x0); in ibm_unconfigure_device()
766 debug("%s - Inside bus_structure_fixup()\n", in bus_structure_fixup()
872 debug("%s - entry slot # %d\n", __func__, slot_cur->number); in set_bus()
878 debug("ext_status = %x, speed = %x\n", slot_cur->ext_status, speed); in set_bus()
932 debug("setting bus speed for slot %d, cmd %x\n", in set_bus()
947 debug("%s -Exit\n", __func__); in set_bus()
1025 debug("ENABLING SLOT........\n"); in enable_slot()
1044 debug("the current bus speed right after set_bus = %x\n", in enable_slot()
1084 debug("after power_on\n"); in enable_slot()
1087 debug("the current bus speed right after power_on = %x\n", in enable_slot()
1125 debug("b4 configure_card, slot_cur->bus = %x, slot_cur->device = %x\n", in enable_slot()
1133 debug("after unconfigure_card\n"); in enable_slot()
1203 debug("DISABLING SLOT...\n"); in ibmphp_do_disable_slot()
1247 debug("in disable_slot. after unconfigure_card\n"); in ibmphp_do_disable_slot()
1297 debug("after slots\n"); in ibmphp_unload()
1299 debug("after resources\n"); in ibmphp_unload()
1301 debug("after bus info\n"); in ibmphp_unload()
1303 debug("after ebda hpc\n"); in ibmphp_unload()
1305 debug("after ebda pci rsrc\n"); in ibmphp_unload()
1334 ibmphp_debug = debug; in ibmphp_init()
1344 debug("after ibmphp_access_ebda()\n"); in ibmphp_init()
1349 debug("AFTER Resource & EBDA INITIALIZATIONS\n"); in ibmphp_init()
1378 debug("after polling\n"); in ibmphp_exit()
1380 debug("done\n"); in ibmphp_exit()