Searched refs:HOST_EVENT_MASK (Results 1 – 2 of 2) sorted by relevance
115 #define HOST_EVENT_MASK GENMASK(31, 28) macro
189 value &= ~HOST_EVENT_MASK; in t7xx_host_event_notify()190 value |= FIELD_PREP(HOST_EVENT_MASK, event_id); in t7xx_host_event_notify()