Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma/
Dste_dma40.c1746 bool is_src, int log_event_line, bool is_log, in d40_alloc_mask_set() argument
1774 if (!(phy->allocated_src & BIT(log_event_line))) { in d40_alloc_mask_set()
1775 phy->allocated_src |= BIT(log_event_line); in d40_alloc_mask_set()
1786 if (!(phy->allocated_dst & BIT(log_event_line))) { in d40_alloc_mask_set()
1787 phy->allocated_dst |= BIT(log_event_line); in d40_alloc_mask_set()
1800 int log_event_line) in d40_alloc_mask_free() argument
1806 if (!log_event_line) { in d40_alloc_mask_free()
1815 phy->allocated_src &= ~BIT(log_event_line); in d40_alloc_mask_free()
1819 phy->allocated_dst &= ~BIT(log_event_line); in d40_alloc_mask_free()