Searched refs:IPEAK_NONE (Results 1 – 2 of 2) sorted by relevance
317 vol_trace->aw_table.ipeak = IPEAK_NONE; in aw_monitor_get_data()329 temp_trace->aw_table.ipeak = IPEAK_NONE; in aw_monitor_get_data()353 if (temp_data->ipeak == IPEAK_NONE && vol_data->ipeak == IPEAK_NONE) { in aw_monitor_get_cfg()355 } else if (temp_data->ipeak == IPEAK_NONE) { in aw_monitor_get_cfg()357 } else if (vol_data->ipeak == IPEAK_NONE) { in aw_monitor_get_cfg()387 if (ipeak == IPEAK_NONE || (!monitor_cfg->ipeak_switch)) in aw_monitor_set_ipeak()
14 #define IPEAK_NONE (0xFF) macro