• Home
  • Raw
  • Download

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()
258 debug("set_attention_status - Exit rc[%d]\n", rc); in set_attention_status()
268 debug("get_attention_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_attention_status()
285 debug("get_attention_status - Exit rc[%d] value[%x]\n", rc, *value); in get_attention_status()
295 debug("get_latch_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_latch_status()
308 debug("get_latch_status - Exit rc[%d] rc[%x] value[%x]\n", in get_latch_status()
320 debug("get_power_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_power_status()
333 debug("get_power_status - Exit rc[%d] rc[%x] value[%x]\n", in get_power_status()
345 debug("get_adapter_status - Entry hotplug_slot[%lx] pvalue[%lx]\n", in get_adapter_present()
363 debug("get_adapter_present - Exit rc[%d] value[%x]\n", rc, *value); in get_adapter_present()
374 debug("%s - Entry slot[%p]\n", __func__, slot); in get_max_bus_speed()
400 debug("%s - Exit rc[%d] speed[%x]\n", __func__, rc, speed); in get_max_bus_speed()
479 debug("BEFORE GETTING SLOT STATUS, slot # %x\n", in init_ops()
499 debug("status = %x\n", slot_cur->status); in init_ops()
500 debug("ext_status = %x\n", slot_cur->ext_status); in init_ops()
501 debug("SLOT_POWER = %x\n", SLOT_POWER(slot_cur->status)); in init_ops()
502 debug("SLOT_PRESENT = %x\n", SLOT_PRESENT(slot_cur->status)); in init_ops()
503 debug("SLOT_LATCH = %x\n", SLOT_LATCH(slot_cur->status)); in init_ops()
508 debug("BEFORE POWER OFF COMMAND\n"); in init_ops()
539 debug("slot_number in validate is %d\n", slot_cur->number); in validate()
638 debug("%s -- enter\n", __func__); in free_slots()
655 debug("%s -- exit\n", __func__); in free_slots()
663 debug("inside %s\n", __func__); in ibm_unconfigure_device()
664 debug("func->device = %x, func->function = %x\n", in ibm_unconfigure_device()
666 debug("func->device << 3 | 0x0 = %x\n", func->device << 3 | 0x0); in ibm_unconfigure_device()
714 debug("%s - Inside bus_structure_fixup()\n", in bus_structure_fixup()
820 debug("%s - entry slot # %d\n", __func__, slot_cur->number); in set_bus()
826 debug("ext_status = %x, speed = %x\n", slot_cur->ext_status, speed); in set_bus()
880 debug("setting bus speed for slot %d, cmd %x\n", in set_bus()
895 debug("%s -Exit\n", __func__); in set_bus()
973 debug("ENABLING SLOT........\n"); in enable_slot()
992 debug("the current bus speed right after set_bus = %x\n", in enable_slot()
1032 debug("after power_on\n"); in enable_slot()
1035 debug("the current bus speed right after power_on = %x\n", in enable_slot()
1071 debug("b4 configure_card, slot_cur->bus = %x, slot_cur->device = %x\n", in enable_slot()
1079 debug("after unconfigure_card\n"); in enable_slot()
1149 debug("DISABLING SLOT...\n"); in ibmphp_do_disable_slot()
1192 debug("in disable_slot. after unconfigure_card\n"); in ibmphp_do_disable_slot()
1242 debug("after slots\n"); in ibmphp_unload()
1244 debug("after resources\n"); in ibmphp_unload()
1246 debug("after bus info\n"); in ibmphp_unload()
1248 debug("after ebda hpc\n"); in ibmphp_unload()
1250 debug("after ebda pci rsrc\n"); in ibmphp_unload()
1278 ibmphp_debug = debug; in ibmphp_init()
1286 debug("after ibmphp_access_ebda()\n"); in ibmphp_init()
1291 debug("AFTER Resource & EBDA INITIALIZATIONS\n"); in ibmphp_init()
1320 debug("after polling\n"); in ibmphp_exit()
1322 debug("done\n"); in ibmphp_exit()