Searched refs:_INTC_MK (Results 1 – 5 of 5) sorted by relevance
/drivers/sh/intc/ |
D | handle.c | 74 return _INTC_MK(fn, mode, in _intc_mask_data() 144 return _INTC_MK(fn, mode, in _intc_prio_data() 195 return _INTC_MK(fn, mode, in intc_ack_data() 278 return _INTC_MK(fn, 0, intc_get_reg(d, sr->reg), in intc_get_sense_handle()
|
D | balancing.c | 68 return _INTC_MK(fn, mode, in intc_dist_data()
|
D | core.c | 141 hp->handle &= ~_INTC_MK(0x0f, 0, 0, 0, 0, 0); in intc_register_irq() 142 hp->handle |= _INTC_MK(REG_FN_ERR, 0, 0, 0, 0, 0); in intc_register_irq()
|
D | internals.h | 11 #define _INTC_MK(fn, mode, addr_e, addr_d, width, shift) \ macro
|
D | virq.c | 141 return _INTC_MK(fn, MODE_ENABLE_REG, intc_get_reg(d, subgroup->reg), in intc_subgroup_data()
|