allocated_dst 419 drivers/dma/ste_dma40.c u32 allocated_dst; allocated_dst 1752 drivers/dma/ste_dma40.c *first_user = ((phy->allocated_src | phy->allocated_dst) allocated_dst 1758 drivers/dma/ste_dma40.c phy->allocated_dst == D40_ALLOC_FREE) { allocated_dst 1759 drivers/dma/ste_dma40.c phy->allocated_dst = D40_ALLOC_PHY; allocated_dst 1780 drivers/dma/ste_dma40.c if (phy->allocated_dst == D40_ALLOC_PHY) allocated_dst 1783 drivers/dma/ste_dma40.c if (phy->allocated_dst == D40_ALLOC_FREE) allocated_dst 1784 drivers/dma/ste_dma40.c phy->allocated_dst = D40_ALLOC_LOG_FREE; allocated_dst 1786 drivers/dma/ste_dma40.c if (!(phy->allocated_dst & BIT(log_event_line))) { allocated_dst 1787 drivers/dma/ste_dma40.c phy->allocated_dst |= BIT(log_event_line); allocated_dst 1807 drivers/dma/ste_dma40.c phy->allocated_dst = D40_ALLOC_FREE; allocated_dst 1819 drivers/dma/ste_dma40.c phy->allocated_dst &= ~BIT(log_event_line); allocated_dst 1820 drivers/dma/ste_dma40.c if (phy->allocated_dst == D40_ALLOC_LOG_FREE) allocated_dst 1821 drivers/dma/ste_dma40.c phy->allocated_dst = D40_ALLOC_FREE; allocated_dst 1824 drivers/dma/ste_dma40.c is_free = ((phy->allocated_src | phy->allocated_dst) == allocated_dst 2006 drivers/dma/ste_dma40.c phy->allocated_dst == D40_ALLOC_FREE) { allocated_dst 3038 drivers/dma/ste_dma40.c base->phy_res[i].allocated_dst = D40_ALLOC_PHY; allocated_dst 3048 drivers/dma/ste_dma40.c base->phy_res[i].allocated_dst = D40_ALLOC_FREE; allocated_dst 3060 drivers/dma/ste_dma40.c base->phy_res[chan].allocated_dst = D40_ALLOC_PHY;