Lines Matching defs:allocated_dst
410 * @allocated_dst: Same as for src but is dst.
411 * allocated_dst and allocated_src uses the D40_ALLOC* defines as well as
420 u32 allocated_dst;
1752 *first_user = ((phy->allocated_src | phy->allocated_dst)
1758 phy->allocated_dst == D40_ALLOC_FREE) {
1759 phy->allocated_dst = D40_ALLOC_PHY;
1780 if (phy->allocated_dst == D40_ALLOC_PHY)
1783 if (phy->allocated_dst == D40_ALLOC_FREE)
1784 phy->allocated_dst = D40_ALLOC_LOG_FREE;
1786 if (!(phy->allocated_dst & BIT(log_event_line))) {
1787 phy->allocated_dst |= BIT(log_event_line);
1807 phy->allocated_dst = D40_ALLOC_FREE;
1819 phy->allocated_dst &= ~BIT(log_event_line);
1820 if (phy->allocated_dst == D40_ALLOC_LOG_FREE)
1821 phy->allocated_dst = D40_ALLOC_FREE;
1824 is_free = ((phy->allocated_src | phy->allocated_dst) ==
2006 phy->allocated_dst == D40_ALLOC_FREE) {
3037 base->phy_res[i].allocated_dst = D40_ALLOC_PHY;
3047 base->phy_res[i].allocated_dst = D40_ALLOC_FREE;
3059 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY;