Lines Matching refs:allocated_dst
447 u32 allocated_dst; member
1774 *first_user = ((phy->allocated_src | phy->allocated_dst) in d40_alloc_mask_set()
1780 phy->allocated_dst == D40_ALLOC_FREE) { in d40_alloc_mask_set()
1781 phy->allocated_dst = D40_ALLOC_PHY; in d40_alloc_mask_set()
1802 if (phy->allocated_dst == D40_ALLOC_PHY) in d40_alloc_mask_set()
1805 if (phy->allocated_dst == D40_ALLOC_FREE) in d40_alloc_mask_set()
1806 phy->allocated_dst = D40_ALLOC_LOG_FREE; in d40_alloc_mask_set()
1808 if (!(phy->allocated_dst & BIT(log_event_line))) { in d40_alloc_mask_set()
1809 phy->allocated_dst |= BIT(log_event_line); in d40_alloc_mask_set()
1829 phy->allocated_dst = D40_ALLOC_FREE; in d40_alloc_mask_free()
1841 phy->allocated_dst &= ~BIT(log_event_line); in d40_alloc_mask_free()
1842 if (phy->allocated_dst == D40_ALLOC_LOG_FREE) in d40_alloc_mask_free()
1843 phy->allocated_dst = D40_ALLOC_FREE; in d40_alloc_mask_free()
1846 is_free = ((phy->allocated_src | phy->allocated_dst) == in d40_alloc_mask_free()
2028 phy->allocated_dst == D40_ALLOC_FREE) { in d40_free_dma()
3058 base->phy_res[i].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3068 base->phy_res[i].allocated_dst = D40_ALLOC_FREE; in d40_phy_res_init()
3080 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()