Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_core.c100ctrl_dbg(ctrl, "Registering domain:bus:dev=%04x:%02x:%02x hp_slot=%x sun=%x slot_device_offset=%x\… in init_slots()
149 ctrl_dbg(slot->ctrl, "%s: physical_slot = %s\n", in set_attention_status()
162 ctrl_dbg(slot->ctrl, "%s: physical_slot = %s\n", in enable_slot()
172 ctrl_dbg(slot->ctrl, "%s: physical_slot = %s\n", in disable_slot()
183 ctrl_dbg(slot->ctrl, "%s: physical_slot = %s\n", in get_power_status()
198 ctrl_dbg(slot->ctrl, "%s: physical_slot = %s\n", in get_attention_status()
213 ctrl_dbg(slot->ctrl, "%s: physical_slot = %s\n", in get_latch_status()
228 ctrl_dbg(slot->ctrl, "%s: physical_slot = %s\n", in get_adapter_status()
273 ctrl_dbg(ctrl, "Controller initialization failed\n"); in shpc_probe()
H A Dshpchp_hpc.c488 ctrl_dbg(ctrl, "Adapter speed = %d\n", *value); in hpc_get_adapter_speed()
869 ctrl_dbg(ctrl, "Max bus speed = %d\n", bus_speed); in shpc_get_max_bus_speed()
905 ctrl_dbg(ctrl, "Hotplug Controller:\n"); in shpc_init()
918 ctrl_dbg(ctrl, " cap_offset = %x\n", ctrl->cap_offset); in shpc_init()
932 ctrl_dbg(ctrl, " num_slots (indirect) %x\n", num_slots); in shpc_init()
941 ctrl_dbg(ctrl, " offset %d: value %x\n", i, tempdword); in shpc_init()
973 ctrl_dbg(ctrl, "ctrl->creg %p\n", ctrl->creg); in shpc_init()
992 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init()
998 ctrl_dbg(ctrl, "SERR_INTR_ENABLE = %x\n", tempdword); in shpc_init()
1031 ctrl_dbg(ctrl, "request_irq %d (returns %d)\n", 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()
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()
348 ctrl_dbg(ctrl, "%s: hp_slot = %d\n", __func__, hp_slot); in remove_board()
[all …]
H A Dpciehp_hpc.c371 ctrl_dbg(ctrl, "%s: SLOTCTRL %x, value read %x\n", __func__, in pciehp_get_attention_status()
398 ctrl_dbg(ctrl, "%s: SLOTCTRL %x value read %x\n", __func__, in pciehp_get_power_status()
524 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pciehp_set_indicators()
543 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pciehp_power_on_slot()
557 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pciehp_power_off_slot()
684 ctrl_dbg(ctrl, "ignoring hotplug event %#06x\n", events); in pciehp_isr()
815 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pcie_enable_notification()
828 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pcie_disable_notification()
915 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pciehp_reset_slot()
922 ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__, in pciehp_reset_slot()
[all …]
H A Dcpqphp_sysfs.c123 struct ctrl_dbg { struct
134 struct ctrl_dbg *dbg; in open() argument
156 struct ctrl_dbg *dbg = file->private_data; in lseek()
163 struct ctrl_dbg *dbg = file->private_data; in read()
169 struct ctrl_dbg *dbg = file->private_data; in release()
H A Dpciehp_pci.c47 ctrl_dbg(ctrl, "Device %s already exists at %04x:%02x:00, skipping hot-add\n", in pciehp_configure_device()
97 ctrl_dbg(ctrl, "%s: domain:bus:dev = %04x:%02x:00\n", in pciehp_unconfigure_device()
H A Dshpchp.h48 #define ctrl_dbg(ctrl, format, arg...) \ macro
258 ctrl_dbg(p_slot->ctrl, in amd_pogo_errata_restore_misc_reg()
269 ctrl_dbg(p_slot->ctrl, "Memory_Base_Limit[ RSE ] (W1C)\n"); in amd_pogo_errata_restore_misc_reg()
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