Lines Matching refs:dbg
65 dbg("cpqsbd: Switch interrupt received.\n"); in handle_switch_change()
143 dbg("cpqsbd: Presence/Notify input change.\n"); in handle_presence_change()
144 dbg(" Changed bits are 0x%4.4x\n", change); in handle_presence_change()
176 dbg("hp_slot %d button pressed\n", hp_slot); in handle_presence_change()
182 dbg("hp_slot %d button released\n", hp_slot); in handle_presence_change()
189 dbg("hp_slot %d button cancel\n", hp_slot); in handle_presence_change()
194 dbg("hp_slot %d button ignore\n", hp_slot); in handle_presence_change()
404 dbg("do_pre_bridge_resource_split\n"); in do_pre_bridge_resource_split()
734 dbg("%s: req_size =%x node=%p, base=%x, length=%x\n", in get_resource()
740 dbg("%s: not aligned\n", __func__); in get_resource()
766 dbg("%s: too big\n", __func__); in get_resource()
784 dbg("%s: got one!!!\n", __func__); in get_resource()
819 dbg("%s: head = %p, *head = %p\n", __func__, head, *head); in cpqhp_resource_sort_and_combine()
824 dbg("*head->next = %p\n", (*head)->next); in cpqhp_resource_sort_and_combine()
829 dbg("*head->base = 0x%x\n", (*head)->base); in cpqhp_resource_sort_and_combine()
830 dbg("*head->next->base = 0x%x\n", (*head)->next->base); in cpqhp_resource_sort_and_combine()
864 dbg("8..\n"); in cpqhp_resource_sort_and_combine()
905 dbg("%s - waking up\n", __func__); in cpqhp_ctrl_intr()
941 dbg("Waking even thread"); in cpqhp_ctrl_intr()
1417 dbg("%s: func->device, slot_offset, hp_slot = %d, %d ,%d\n", in board_added()
1464 dbg("%s: before down\n", __func__); in board_added()
1466 dbg("%s: after down\n", __func__); in board_added()
1468 dbg("%s: before slot_enable\n", __func__); in board_added()
1471 dbg("%s: before green_LED_blink\n", __func__); in board_added()
1474 dbg("%s: before amber_LED_blink\n", __func__); in board_added()
1477 dbg("%s: before set_SOGO\n", __func__); in board_added()
1481 dbg("%s: before wait_for_ctrl_irq\n", __func__); in board_added()
1483 dbg("%s: after wait_for_ctrl_irq\n", __func__); in board_added()
1485 dbg("%s: before up\n", __func__); in board_added()
1487 dbg("%s: after up\n", __func__); in board_added()
1490 dbg("%s: before long_delay\n", __func__); in board_added()
1492 dbg("%s: after long_delay\n", __func__); in board_added()
1494 dbg("%s: func status = %x\n", __func__, func->status); in board_added()
1499 dbg("%s: temp register set to %x by power fault\n", __func__, temp_register); in board_added()
1506 dbg("%s: pci_read_config_dword returns %d\n", __func__, rc); in board_added()
1507 dbg("%s: temp_register is %x\n", __func__, temp_register); in board_added()
1512 dbg("%s: temp register set to %x by error\n", __func__, temp_register); in board_added()
1528 dbg("%s: back from configure_new_device\n", __func__); in board_added()
1564 dbg("%s: configure linux pci_dev structure\n", __func__); in board_added()
1624 dbg("In %s, hp_slot = %d\n", __func__, hp_slot); in remove_board()
1730 dbg("!!!!event_thread sleeping\n"); in event_thread()
1743 dbg("event_thread signals exit\n"); in event_thread()
1789 dbg("hp_slot %d, func %p, p_slot %p\n", in interrupt_event_handler()
1793 dbg("button pressed\n"); in interrupt_event_handler()
1796 dbg("button cancel\n"); in interrupt_event_handler()
1803 dbg("turn on green LED\n"); in interrupt_event_handler()
1807 dbg("turn off green LED\n"); in interrupt_event_handler()
1826 dbg("button release\n"); in interrupt_event_handler()
1829 dbg("slot is on\n"); in interrupt_event_handler()
1833 dbg("slot is off\n"); in interrupt_event_handler()
1839 dbg("blink green LED and turn off amber\n"); in interrupt_event_handler()
1858 dbg("add_timer p_slot = %p\n", p_slot); in interrupt_event_handler()
1863 dbg("power fault\n"); in interrupt_event_handler()
1896 dbg("In power_down_board, func = %p, ctrl = %p\n", func, ctrl); in cpqhp_pushbutton_thread()
1898 dbg("Error! func NULL in %s\n", __func__); in cpqhp_pushbutton_thread()
1918 dbg("In add_board, func = %p, ctrl = %p\n", func, ctrl); in cpqhp_pushbutton_thread()
1920 dbg("Error! func NULL in %s\n", __func__); in cpqhp_pushbutton_thread()
2022 dbg("%s: rc = %d\n", __func__, rc); in cpqhp_process_SI()
2221 dbg("%s\n", __func__); in configure_new_device()
2226 dbg("%s: rc = %d\n", __func__, rc); in configure_new_device()
2241 dbg("configure_new_function failed %d\n", rc); in configure_new_device()
2284 dbg("returning from configure_new_device\n"); in configure_new_device()
2347 dbg("set Primary bus = %d\n", func->bus); in configure_new_function()
2353 dbg("find ranges of buses to use\n"); in configure_new_function()
2362 dbg("set Secondary bus = %d\n", bus_node->base); in configure_new_function()
2369 dbg("set subordinate bus = %d\n", bus_node->base + bus_node->length - 1); in configure_new_function()
2399 dbg("Setup the IO, memory, and prefetchable windows\n"); in configure_new_function()
2400 dbg("io_node\n"); in configure_new_function()
2401 dbg("(base, len, next) (%x, %x, %p)\n", io_node->base, in configure_new_function()
2403 dbg("mem_node\n"); in configure_new_function()
2404 dbg("(base, len, next) (%x, %x, %p)\n", mem_node->base, in configure_new_function()
2406 dbg("p_mem_node\n"); in configure_new_function()
2407 dbg("(base, len, next) (%x, %x, %p)\n", p_mem_node->base, in configure_new_function()
2524 dbg("configure_new_device rc=0x%x\n", rc); in configure_new_function()
2754 dbg("CND: bus=%d, devfn=%d, offset=%d\n", pci_bus->number, devfn, cloop); in configure_new_function()
2758 dbg("CND: base = 0x%x\n", temp_register); in configure_new_function()
2768 dbg("CND: length = 0x%x\n", base); in configure_new_function()
2772 dbg("Got io_node start = %8.8x, length = %8.8x next (%p)\n", in configure_new_function()
2774 dbg("func (%p) io_head (%p)\n", func, func->io_head); in configure_new_function()
2785 dbg("CND: length = 0x%x\n", base); in configure_new_function()
2801 dbg("CND: length = 0x%x\n", base); in configure_new_function()