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");
66 debug("options = %x\n", slot_cur->ctrl->options); in get_cur_bus_info()
67 debug("revision = %x\n", slot_cur->ctrl->revision); in get_cur_bus_info()
82 debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", in get_cur_bus_info()
148 debug("(*cur_slot)->irq[0] = %x\n", in ibmphp_init_devno()
150 debug("(*cur_slot)->irq[1] = %x\n", in ibmphp_init_devno()
152 debug("(*cur_slot)->irq[2] = %x\n", in ibmphp_init_devno()
154 debug("(*cur_slot)->irq[3] = %x\n", in ibmphp_init_devno()
157 debug("rtable->exclusive_irqs = %x\n", in ibmphp_init_devno()
159 debug("rtable->slots[loop].irq[0].bitmap = %x\n", in ibmphp_init_devno()
161 debug("rtable->slots[loop].irq[1].bitmap = %x\n", in ibmphp_init_devno()
163 debug("rtable->slots[loop].irq[2].bitmap = %x\n", in ibmphp_init_devno()
165 debug("rtable->slots[loop].irq[3].bitmap = %x\n", in ibmphp_init_devno()
168 debug("rtable->slots[loop].irq[0].link = %x\n", in ibmphp_init_devno()
170 debug("rtable->slots[loop].irq[1].link = %x\n", in ibmphp_init_devno()
172 debug("rtable->slots[loop].irq[2].link = %x\n", in ibmphp_init_devno()
174 debug("rtable->slots[loop].irq[3].link = %x\n", in ibmphp_init_devno()
176 debug("end of init_devno\n"); in ibmphp_init_devno()
227 debug("set_attention_status - Entry hotplug_slot[%lx] value[%x]\n", in set_attention_status()
261 debug("set_attention_status - Exit rc[%d]\n", rc); in set_attention_status()
271 debug("get_attention_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_attention_status()
292 debug("get_attention_status - Exit rc[%d] value[%x]\n", rc, *value); in get_attention_status()
302 debug("get_latch_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_latch_status()
317 debug("get_latch_status - Exit rc[%d] rc[%x] value[%x]\n", in get_latch_status()
329 debug("get_power_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_power_status()
344 debug("get_power_status - Exit rc[%d] rc[%x] value[%x]\n", in get_power_status()
356 debug("get_adapter_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_adapter_present()
376 debug("get_adapter_present - Exit rc[%d] value[%x]\n", rc, *value); in get_adapter_present()
387 debug("%s - Entry slot[%p]\n", __func__, slot); in get_max_bus_speed()
413 debug("%s - Exit rc[%d] speed[%x]\n", __func__, rc, speed); in get_max_bus_speed()
492 debug("BEFORE GETTING SLOT STATUS, slot # %x\n", in init_ops()
512 debug("status = %x\n", slot_cur->status); in init_ops()
513 debug("ext_status = %x\n", slot_cur->ext_status); in init_ops()
514 debug("SLOT_POWER = %x\n", SLOT_POWER(slot_cur->status)); in init_ops()
515 debug("SLOT_PRESENT = %x\n", SLOT_PRESENT(slot_cur->status)); in init_ops()
516 debug("SLOT_LATCH = %x\n", SLOT_LATCH(slot_cur->status)); in init_ops()
521 debug("BEFORE POWER OFF COMMAND\n"); in init_ops()
552 debug("slot_number in validate is %d\n", slot_cur->number); in validate()
672 debug("%s -- enter\n", __func__); in free_slots()
691 debug("%s -- exit\n", __func__); in free_slots()
699 debug("inside %s\n", __func__); in ibm_unconfigure_device()
700 debug("func->device = %x, func->function = %x\n", in ibm_unconfigure_device()
702 debug("func->device << 3 | 0x0 = %x\n", func->device << 3 | 0x0); in ibm_unconfigure_device()
750 debug("%s - Inside bus_structure_fixup()\n", in bus_structure_fixup()
856 debug("%s - entry slot # %d\n", __func__, slot_cur->number); in set_bus()
862 debug("ext_status = %x, speed = %x\n", slot_cur->ext_status, speed); in set_bus()
916 debug("setting bus speed for slot %d, cmd %x\n", in set_bus()
931 debug("%s -Exit\n", __func__); in set_bus()
1009 debug("ENABLING SLOT........\n"); in enable_slot()
1028 debug("the current bus speed right after set_bus = %x\n", in enable_slot()
1068 debug("after power_on\n"); in enable_slot()
1071 debug("the current bus speed right after power_on = %x\n", in enable_slot()
1108 debug("b4 configure_card, slot_cur->bus = %x, slot_cur->device = %x\n", in enable_slot()
1116 debug("after unconfigure_card\n"); in enable_slot()
1186 debug("DISABLING SLOT...\n"); in ibmphp_do_disable_slot()
1229 debug("in disable_slot. after unconfigure_card\n"); in ibmphp_do_disable_slot()
1279 debug("after slots\n"); in ibmphp_unload()
1281 debug("after resources\n"); in ibmphp_unload()
1283 debug("after bus info\n"); in ibmphp_unload()
1285 debug("after ebda hpc\n"); in ibmphp_unload()
1287 debug("after ebda pci rsrc\n"); in ibmphp_unload()
1315 ibmphp_debug = debug; in ibmphp_init()
1325 debug("after ibmphp_access_ebda()\n"); in ibmphp_init()
1330 debug("AFTER Resource & EBDA INITIALIZATIONS\n"); in ibmphp_init()
1359 debug("after polling\n"); in ibmphp_exit()
1361 debug("done\n"); in ibmphp_exit()