Searched refs:convert_offset_index (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/irqchip/ |
| D | irq-gic-v3.c | 243 static u32 convert_offset_index(struct irq_data *d, u32 offset, u32 *index) in convert_offset_index() function 297 offset = convert_offset_index(d, offset, &index); in gic_peek_irq() 314 offset = convert_offset_index(d, offset, &index); in gic_poke_irq() 420 offset = convert_offset_index(d, GICD_IPRIORITYR, &index); in gic_irq_set_prio() 551 offset = convert_offset_index(d, GICD_ICFGR, &index); in gic_set_type() 1153 offset = convert_offset_index(d, GICD_IROUTER, &index); in gic_set_affinity()
|