Searched refs:SMIX_CALSAT_ST_SRC_GET (Results 1 – 2 of 2) sorted by relevance
407 return ((SMIX_CALSAT_ST_SRC_GET(ptr->CALSAT_ST) & (1U << source_ch)) != 0) ? true : false; in smix_mixer_check_source_cal_saturation_error()
376 #define SMIX_CALSAT_ST_SRC_GET(x) (((uint32_t)(x) & SMIX_CALSAT_ST_SRC_MASK) >> SMIX_CALSAT_ST_SRC_… macro
Completed in 10 milliseconds