Lines Matching defs:offset
215 unsigned int offset = MPIC_INFO(GREG_IPI_VECTOR_PRI_0) +
220 return _mpic_read(type, &mpic->gregs, offset);
225 unsigned int offset = MPIC_INFO(GREG_IPI_VECTOR_PRI_0) +
228 _mpic_write(mpic->reg_type, &mpic->gregs, offset, value);
239 unsigned int offset = mpic_tm_offset(mpic, tm) +
242 return _mpic_read(mpic->reg_type, &mpic->tmregs, offset);
247 unsigned int offset = mpic_tm_offset(mpic, tm) +
250 _mpic_write(mpic->reg_type, &mpic->tmregs, offset, value);
317 struct mpic_reg_bank *rb, unsigned int offset,
320 rb->base = ioremap(phys_addr + offset, size);
326 unsigned int offset, unsigned int size)
329 rb->dhost = dcr_map(mpic->node, phys_addr + offset, size);
335 unsigned int offset, unsigned int size)
338 _mpic_map_dcr(mpic, rb, offset, size);
340 _mpic_map_mmio(mpic, phys_addr, rb, offset, size);
1575 unsigned int offset = mpic_tm_offset(mpic, i);
1578 offset + MPIC_INFO(TIMER_DESTINATION),
1581 offset + MPIC_INFO(TIMER_VECTOR_PRI),