Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dste_dma40.c1740 bool is_src, int log_event_line, bool is_log, in d40_alloc_mask_set() argument
1768 if (!(phy->allocated_src & BIT(log_event_line))) { in d40_alloc_mask_set()
1769 phy->allocated_src |= BIT(log_event_line); in d40_alloc_mask_set()
1780 if (!(phy->allocated_dst & BIT(log_event_line))) { in d40_alloc_mask_set()
1781 phy->allocated_dst |= BIT(log_event_line); in d40_alloc_mask_set()
1794 int log_event_line) in d40_alloc_mask_free() argument
1800 if (!log_event_line) { in d40_alloc_mask_free()
1809 phy->allocated_src &= ~BIT(log_event_line); in d40_alloc_mask_free()
1813 phy->allocated_dst &= ~BIT(log_event_line); in d40_alloc_mask_free()