Lines Matching refs:allocated_dst
419 u32 allocated_dst; member
1746 *first_user = ((phy->allocated_src | phy->allocated_dst) in d40_alloc_mask_set()
1752 phy->allocated_dst == D40_ALLOC_FREE) { in d40_alloc_mask_set()
1753 phy->allocated_dst = D40_ALLOC_PHY; in d40_alloc_mask_set()
1774 if (phy->allocated_dst == D40_ALLOC_PHY) in d40_alloc_mask_set()
1777 if (phy->allocated_dst == D40_ALLOC_FREE) in d40_alloc_mask_set()
1778 phy->allocated_dst = D40_ALLOC_LOG_FREE; in d40_alloc_mask_set()
1780 if (!(phy->allocated_dst & BIT(log_event_line))) { in d40_alloc_mask_set()
1781 phy->allocated_dst |= BIT(log_event_line); in d40_alloc_mask_set()
1801 phy->allocated_dst = D40_ALLOC_FREE; in d40_alloc_mask_free()
1813 phy->allocated_dst &= ~BIT(log_event_line); in d40_alloc_mask_free()
1814 if (phy->allocated_dst == D40_ALLOC_LOG_FREE) in d40_alloc_mask_free()
1815 phy->allocated_dst = D40_ALLOC_FREE; in d40_alloc_mask_free()
1818 is_free = ((phy->allocated_src | phy->allocated_dst) == in d40_alloc_mask_free()
2000 phy->allocated_dst == D40_ALLOC_FREE) { in d40_free_dma()
3023 base->phy_res[i].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3033 base->phy_res[i].allocated_dst = D40_ALLOC_FREE; in d40_phy_res_init()
3045 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()