Lines Matching refs:allocated_dst
420 u32 allocated_dst; member
1752 *first_user = ((phy->allocated_src | phy->allocated_dst) in d40_alloc_mask_set()
1758 phy->allocated_dst == D40_ALLOC_FREE) { in d40_alloc_mask_set()
1759 phy->allocated_dst = D40_ALLOC_PHY; in d40_alloc_mask_set()
1780 if (phy->allocated_dst == D40_ALLOC_PHY) in d40_alloc_mask_set()
1783 if (phy->allocated_dst == D40_ALLOC_FREE) in d40_alloc_mask_set()
1784 phy->allocated_dst = D40_ALLOC_LOG_FREE; in d40_alloc_mask_set()
1786 if (!(phy->allocated_dst & BIT(log_event_line))) { in d40_alloc_mask_set()
1787 phy->allocated_dst |= BIT(log_event_line); in d40_alloc_mask_set()
1807 phy->allocated_dst = D40_ALLOC_FREE; in d40_alloc_mask_free()
1819 phy->allocated_dst &= ~BIT(log_event_line); in d40_alloc_mask_free()
1820 if (phy->allocated_dst == D40_ALLOC_LOG_FREE) in d40_alloc_mask_free()
1821 phy->allocated_dst = D40_ALLOC_FREE; in d40_alloc_mask_free()
1824 is_free = ((phy->allocated_src | phy->allocated_dst) == in d40_alloc_mask_free()
2006 phy->allocated_dst == D40_ALLOC_FREE) { in d40_free_dma()
3037 base->phy_res[i].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3047 base->phy_res[i].allocated_dst = D40_ALLOC_FREE; in d40_phy_res_init()
3059 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()