Searched refs:AUDAC_INTSTS_VOLUME_RAMP (Results 1 – 2 of 2) sorted by relevance
188 if (int_sts & AUDAC_INTSTS_VOLUME_RAMP) { in bflb_audac_int_mask()194 int_sts &= ~AUDAC_INTSTS_VOLUME_RAMP; in bflb_audac_int_mask()214 if (int_sts & AUDAC_INTSTS_VOLUME_RAMP) { in bflb_audac_int_unmask()220 int_sts &= ~AUDAC_INTSTS_VOLUME_RAMP; in bflb_audac_int_unmask()245 int_sts |= AUDAC_INTSTS_VOLUME_RAMP; in bflb_audac_get_intstatus()271 if (int_clear & AUDAC_INTSTS_VOLUME_RAMP) { in bflb_audac_int_clear()
93 #define AUDAC_INTSTS_VOLUME_RAMP (1 << 0) macro
Completed in 8 milliseconds