Searched refs:mutex_mod (Results 1 – 1 of 1) sorted by relevance
151 const unsigned int *mutex_mod; member455 if (ddp->mutex_mod[id] < 32) { in mtk_disp_mutex_add_comp()458 reg |= 1 << ddp->mutex_mod[id]; in mtk_disp_mutex_add_comp()463 reg |= 1 << (ddp->mutex_mod[id] - 32); in mtk_disp_mutex_add_comp()493 if (ddp->mutex_mod[id] < 32) { in mtk_disp_mutex_remove_comp()496 reg &= ~(1 << ddp->mutex_mod[id]); in mtk_disp_mutex_remove_comp()501 reg &= ~(1 << (ddp->mutex_mod[id] - 32)); in mtk_disp_mutex_remove_comp()576 ddp->mutex_mod = of_device_get_match_data(dev); in mtk_ddp_probe()