Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dste_dma40.c1770 bool is_src, int log_event_line, bool is_log, in d40_alloc_mask_set() argument
1798 if (!(phy->allocated_src & BIT(log_event_line))) { in d40_alloc_mask_set()
1799 phy->allocated_src |= BIT(log_event_line); in d40_alloc_mask_set()
1810 if (!(phy->allocated_dst & BIT(log_event_line))) { in d40_alloc_mask_set()
1811 phy->allocated_dst |= BIT(log_event_line); in d40_alloc_mask_set()
1824 int log_event_line) in d40_alloc_mask_free() argument
1830 if (!log_event_line) { in d40_alloc_mask_free()
1839 phy->allocated_src &= ~BIT(log_event_line); in d40_alloc_mask_free()
1843 phy->allocated_dst &= ~BIT(log_event_line); in d40_alloc_mask_free()