Searched refs:lock_regions (Results 1 – 2 of 2) sorted by relevance
98 unsigned int lock_regions; member
2800 wm_adsp2_lock(dsp, dsp->lock_regions); in wm_adsp2_event()3782 int wm_adsp2_lock(struct wm_adsp *dsp, unsigned int lock_regions) in wm_adsp2_lock() argument3787 if (!(lock_regions & WM_ADSP2_REGION_ALL)) in wm_adsp2_lock()3790 lock_regions &= WM_ADSP2_REGION_ALL; in wm_adsp2_lock()3793 while (lock_regions) { in wm_adsp2_lock()3795 if (lock_regions & BIT(0)) { in wm_adsp2_lock()3799 if (lock_regions & BIT(1)) { in wm_adsp2_lock()3805 lock_regions >>= 2; in wm_adsp2_lock()