Lines Matching refs:allocated_dst
420 u32 allocated_dst; member
1751 *first_user = ((phy->allocated_src | phy->allocated_dst) in d40_alloc_mask_set()
1757 phy->allocated_dst == D40_ALLOC_FREE) { in d40_alloc_mask_set()
1758 phy->allocated_dst = D40_ALLOC_PHY; in d40_alloc_mask_set()
1779 if (phy->allocated_dst == D40_ALLOC_PHY) in d40_alloc_mask_set()
1782 if (phy->allocated_dst == D40_ALLOC_FREE) in d40_alloc_mask_set()
1783 phy->allocated_dst = D40_ALLOC_LOG_FREE; in d40_alloc_mask_set()
1785 if (!(phy->allocated_dst & BIT(log_event_line))) { in d40_alloc_mask_set()
1786 phy->allocated_dst |= BIT(log_event_line); in d40_alloc_mask_set()
1806 phy->allocated_dst = D40_ALLOC_FREE; in d40_alloc_mask_free()
1818 phy->allocated_dst &= ~BIT(log_event_line); in d40_alloc_mask_free()
1819 if (phy->allocated_dst == D40_ALLOC_LOG_FREE) in d40_alloc_mask_free()
1820 phy->allocated_dst = D40_ALLOC_FREE; in d40_alloc_mask_free()
1823 is_free = ((phy->allocated_src | phy->allocated_dst) == in d40_alloc_mask_free()
2005 phy->allocated_dst == D40_ALLOC_FREE) { in d40_free_dma()
3036 base->phy_res[i].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3046 base->phy_res[i].allocated_dst = D40_ALLOC_FREE; in d40_phy_res_init()
3058 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()