Home
last modified time | relevance | path

Searched refs:ctrl_dbg (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dshpchp_hpc.c305 ctrl_dbg(ctrl, "%s: t_slot %x cmd %x\n", __func__, t_slot, cmd); in shpc_write_cmd()
461 ctrl_dbg(ctrl, "%s: slot_reg = %x, pcix_cap = %x, m66_cap = %x\n", in shpchp_get_adapter_speed()
487 ctrl_dbg(ctrl, "Adapter speed = %d\n", *value); in shpchp_get_adapter_speed()
678 ctrl_dbg(ctrl, "Current bus speed = %d\n", bus_speed); in shpc_get_cur_bus_speed()
760 ctrl_dbg(ctrl, "%s: intr_loc = %x\n", __func__, intr_loc); in shpc_isr()
773 ctrl_dbg(ctrl, "%s: intr_loc2 = %x\n", __func__, intr_loc2); in shpc_isr()
798 ctrl_dbg(ctrl, "Slot %x with intr, slot register = %x\n", in shpc_isr()
868 ctrl_dbg(ctrl, "Max bus speed = %d\n", bus_speed); in shpc_get_max_bus_speed()
882 ctrl_dbg(ctrl, "Hotplug Controller:\n"); in shpc_init()
895 ctrl_dbg(ctrl, " cap_offset = %x\n", ctrl->cap_offset); in shpc_init()
[all …]
H A Dshpchp_ctrl.c51 ctrl_dbg(ctrl, "Attention button interrupt received\n"); in shpchp_handle_attention_button()
75 ctrl_dbg(ctrl, "Switch interrupt received\n"); in shpchp_handle_switch_change()
80 ctrl_dbg(ctrl, "Card present %x Power status %x\n", in shpchp_handle_switch_change()
112 ctrl_dbg(ctrl, "Presence/Notify input change\n"); in shpchp_handle_presence_change()
147 ctrl_dbg(ctrl, "Power fault interrupt received\n"); in shpchp_handle_power_fault()
183 ctrl_dbg(ctrl, "Change speed to %d\n", speed); in change_bus_speed()
240 ctrl_dbg(ctrl, "%s: p_slot->device, slot_offset, hp_slot = %d, %d ,%d\n", in board_added()
279 ctrl_dbg(ctrl, "%s: slots_not_empty %d, adapter_speed %d, bus_speed %d, max_bus_speed %d\n", in board_added()
297 ctrl_dbg(ctrl, "%s: slot status = %x\n", __func__, p_slot->status); in board_added()
301 ctrl_dbg(ctrl, "%s: Power fault\n", __func__); in board_added()
[all …]
H A Dpciehp_hpc.c246 ctrl_dbg(ctrl, "%s: lnk_status = %x\n", __func__, lnk_status); in pciehp_check_link_active()
314 ctrl_dbg(ctrl, "%s: lnk_status = %x\n", __func__, lnk_status); in pciehp_check_link_status()
373 ctrl_dbg(ctrl, "%s: SLOTCTRL %x, value read %x\n", __func__, in pciehp_get_attention_status()
400 ctrl_dbg(ctrl, "%s: SLOTCTRL %x value read %x\n", __func__, in pciehp_get_power_status()
528 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pciehp_set_indicators()
547 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pciehp_power_on_slot()
561 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pciehp_power_off_slot()
698 ctrl_dbg(ctrl, "pending interrupts %#06x from Slot Status\n", events); in pciehp_isr()
718 ctrl_dbg(ctrl, "ignoring hotplug event %#06x\n", events); in pciehp_isr()
856 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pcie_enable_notification()
[all …]
H A Dpciehp_pci.c47 ctrl_dbg(ctrl, "Device %s already exists at %04x:%02x:00, skipping hot-add\n", in pciehp_configure_device()
101 ctrl_dbg(ctrl, "%s: domain:bus:dev = %04x:%02x:00\n", in pciehp_unconfigure_device()
H A Dshpchp_pci.c70 ctrl_dbg(ctrl, "%s: domain:bus:dev = %04x:%02x:%02x\n", in shpchp_unconfigure_device()
H A Dpciehp.h35 #define ctrl_dbg(ctrl, format, arg...) \ macro
H A Dpciehp_core.c306 ctrl_dbg(ctrl, "device replaced during system sleep\n"); in pciehp_resume_noirq()