Searched refs:tb_sw_dbg (Results 1 – 7 of 7) sorted by relevance
/drivers/thunderbolt/ |
D | tmu.c | 186 tb_sw_dbg(sw, "TMU: supports uni-directional mode\n"); in tb_switch_tmu_init() 198 tb_sw_dbg(sw, "TMU: current mode: %s\n", tb_switch_tmu_mode_name(sw)); in tb_switch_tmu_init() 233 tb_sw_dbg(root_switch, "local_time[%d]=0x%08x\n", i, in tb_switch_tmu_post_time() 285 tb_sw_dbg(sw, "TMU: updated local time to %#llx\n", local_time); in tb_switch_tmu_post_time() 328 tb_sw_dbg(sw, "TMU: disabled\n"); in tb_switch_tmu_disable() 380 tb_sw_dbg(sw, "TMU: mode set to: %s\n", tb_switch_tmu_mode_name(sw)); in tb_switch_tmu_enable()
|
D | usb4.c | 191 tb_sw_dbg(sw, "PCIe wake: %s, USB3 wake: %s\n", in usb4_switch_check_wakes() 263 tb_sw_dbg(sw, "link: %s\n", sw->link_usb4 ? "USB4" : "TBT"); in usb4_switch_setup() 268 tb_sw_dbg(sw, "TBT3 support: %s, xHCI: %s\n", in usb4_switch_setup() 732 tb_sw_dbg(sw, "credit allocation parameters:\n"); in usb4_switch_credits_init() 742 tb_sw_dbg(sw, " USB3: %u\n", value); in usb4_switch_credits_init() 746 tb_sw_dbg(sw, " DP AUX: %u\n", value); in usb4_switch_credits_init() 750 tb_sw_dbg(sw, " DP main: %u\n", value); in usb4_switch_credits_init() 754 tb_sw_dbg(sw, " PCIe: %u\n", value); in usb4_switch_credits_init() 758 tb_sw_dbg(sw, " DMA: %u\n", value); in usb4_switch_credits_init() 762 tb_sw_dbg(sw, " unknown credit allocation index %#x, skipping\n", in usb4_switch_credits_init()
|
D | quirks.c | 19 tb_sw_dbg(sw, "quirked DP main: %u\n", sw->min_dp_main_credits); in quirk_dp_credit_allocation()
|
D | switch.c | 1440 tb_sw_dbg(sw, "resetting switch\n"); in tb_switch_reset() 2477 tb_sw_dbg(sw, "linked ports %d <-> %d\n", in tb_switch_default_link_ports() 2585 tb_sw_dbg(sw, "lane bonding enabled\n"); in tb_switch_lane_bonding_enable() 2624 tb_sw_dbg(sw, "lane bonding disabled\n"); in tb_switch_lane_bonding_disable() 2758 tb_sw_dbg(sw, "uid: %#llx\n", sw->uid); in tb_switch_add() 2920 tb_sw_dbg(sw, "enabling wakeup: %#x\n", flags); in tb_switch_set_wake() 2922 tb_sw_dbg(sw, "disabling wakeup\n"); in tb_switch_set_wake() 2934 tb_sw_dbg(sw, "resuming switch\n"); in tb_switch_resume() 3029 tb_sw_dbg(sw, "suspending switch\n"); in tb_switch_suspend()
|
D | cap.c | 170 tb_sw_dbg(sw, "unknown capability %#x at %#x\n", in tb_switch_next_cap()
|
D | eeprom.c | 648 tb_sw_dbg(sw, "reading drom (length: %#x)\n", size); in tb_drom_read() 669 tb_sw_dbg(sw, "DROM version: %d\n", header->device_rom_revision); in tb_drom_read()
|
D | tb.h | 650 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) macro
|