Searched refs:debug_printf (Results 1 – 3 of 3) sorted by relevance
/tools/power/x86/intel-speed-select/ |
D | isst-core.c | 24 debug_printf("cpu:%d WRITE_PM_CONFIG resp:%x\n", cpu, resp); in isst_write_pm_config() 39 debug_printf("cpu:%d READ_PM_CONFIG resp:%x\n", cpu, resp); in isst_read_pm_config() 63 debug_printf("cpu:%d CONFIG_TDP_GET_LEVELS_INFO resp:%x\n", cpu, resp); in isst_get_ctdp_levels() 94 debug_printf("cpu:%d pm_config is not supported \n", cpu); in isst_get_ctdp_control() 96 debug_printf("cpu:%d pm_config SST-CP state:%d cap:%d \n", cpu, cp_state, cp_cap); in isst_get_ctdp_control() 101 debug_printf( in isst_get_ctdp_control() 125 debug_printf( in isst_get_tdp_info() 146 debug_printf( in isst_get_pwr_info() 170 debug_printf( in isst_get_uncore_p0_p1_info() 193 debug_printf( in isst_get_p1_info() [all …]
|
D | isst-config.c | 80 void debug_printf(const char *format, ...) in debug_printf() function 516 debug_printf("max cpus %d\n", topo_max_cpus); in set_max_cpu_num() 644 debug_printf(" map logical_cpu:%d\n", in create_cpu_map() 659 debug_printf( in create_cpu_map() 733 debug_printf("mmio_cmd cpu:%d reg:%d write:%d\n", cpu, reg, write); in isst_send_mmio_command() 762 debug_printf( in isst_send_mmio_command() 780 debug_printf( in isst_send_mbox_command() 790 debug_printf("CPU %d\n", cpu); in isst_send_mbox_command() 845 debug_printf( in isst_send_mbox_command() 851 debug_printf( in isst_send_mbox_command() [all …]
|
D | isst.h | 177 extern void debug_printf(const char *format, ...);
|