Searched refs:_INTC_WIDTH (Results 1 – 3 of 3) sorted by relevance
58 unsigned int width = _INTC_WIDTH(handle); in intc_set_field_from_handle()68 unsigned int width = _INTC_WIDTH(handle); in intc_get_field_from_handle()172 return fn(addr, handle, ((1 << _INTC_WIDTH(handle)) - 1)); in intc_mode_field()
140 if (prio >= (1 << _INTC_WIDTH(ihp->handle))) in intc_set_priority()190 if (value >= (1 << _INTC_WIDTH(ihp->handle))) in intc_set_type()
16 #define _INTC_WIDTH(h) ((h >> 5) & 0xf) macro
Completed in 5 milliseconds