Searched refs:log_event_line (Results 1 – 1 of 1) sorted by relevance
1768 bool is_src, int log_event_line, bool is_log, in d40_alloc_mask_set() argument1796 if (!(phy->allocated_src & BIT(log_event_line))) { in d40_alloc_mask_set()1797 phy->allocated_src |= BIT(log_event_line); in d40_alloc_mask_set()1808 if (!(phy->allocated_dst & BIT(log_event_line))) { in d40_alloc_mask_set()1809 phy->allocated_dst |= BIT(log_event_line); in d40_alloc_mask_set()1822 int log_event_line) in d40_alloc_mask_free() argument1828 if (!log_event_line) { in d40_alloc_mask_free()1837 phy->allocated_src &= ~BIT(log_event_line); in d40_alloc_mask_free()1841 phy->allocated_dst &= ~BIT(log_event_line); in d40_alloc_mask_free()