Lines Matching defs:allocated_dst
439 * @allocated_dst: Same as for src but is dst.
440 * allocated_dst and allocated_src uses the D40_ALLOC* defines as well as
449 u32 allocated_dst;
1776 *first_user = ((phy->allocated_src | phy->allocated_dst)
1782 phy->allocated_dst == D40_ALLOC_FREE) {
1783 phy->allocated_dst = D40_ALLOC_PHY;
1804 if (phy->allocated_dst == D40_ALLOC_PHY)
1807 if (phy->allocated_dst == D40_ALLOC_FREE)
1808 phy->allocated_dst = D40_ALLOC_LOG_FREE;
1810 if (!(phy->allocated_dst & BIT(log_event_line))) {
1811 phy->allocated_dst |= BIT(log_event_line);
1831 phy->allocated_dst = D40_ALLOC_FREE;
1843 phy->allocated_dst &= ~BIT(log_event_line);
1844 if (phy->allocated_dst == D40_ALLOC_LOG_FREE)
1845 phy->allocated_dst = D40_ALLOC_FREE;
1848 is_free = ((phy->allocated_src | phy->allocated_dst) ==
2030 phy->allocated_dst == D40_ALLOC_FREE) {
3060 base->phy_res[i].allocated_dst = D40_ALLOC_PHY;
3070 base->phy_res[i].allocated_dst = D40_ALLOC_FREE;
3082 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY;