Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/sh/intc/
Daccess.c58 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()
Dchip.c140 if (prio >= (1 << _INTC_WIDTH(ihp->handle))) in intc_set_priority()
190 if (value >= (1 << _INTC_WIDTH(ihp->handle))) in intc_set_type()
Dinternals.h16 #define _INTC_WIDTH(h) ((h >> 5) & 0xf) macro