Home
last modified time | relevance | path

Searched refs:allocated_dst (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/dma/
H A Dste_dma40.c447 u32 allocated_dst; member
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()
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()
1843 phy->allocated_dst = D40_ALLOC_FREE; in d40_alloc_mask_free()
[all …]