Searched refs:ipr_offsets (Results 1 – 5 of 5) sorted by relevance
22 static unsigned long ipr_offsets[] = { variable33 .ipr_offsets = ipr_offsets,34 .nr_offsets = ARRAY_SIZE(ipr_offsets),
72 static unsigned long ipr_offsets[] = { variable83 .ipr_offsets = ipr_offsets,84 .nr_offsets = ARRAY_SIZE(ipr_offsets),
123 static unsigned long ipr_offsets[] = { variable128 .ipr_offsets = ipr_offsets,129 .nr_offsets = ARRAY_SIZE(ipr_offsets),
36 unsigned long addr = get_ipr_desc(data)->ipr_offsets[p->ipr_idx]; in disable_ipr_irq()45 unsigned long addr = get_ipr_desc(data)->ipr_offsets[p->ipr_idx]; in enable_ipr_irq()67 BUG_ON(!desc->ipr_offsets[p->ipr_idx]); in register_ipr_controller()
18 unsigned long *ipr_offsets; member