Searched refs:convert_offset_index (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/irqchip/ |
| D | irq-gic-v3.c | 266 static u32 convert_offset_index(struct irq_data *d, u32 offset, u32 *index) in convert_offset_index() function 321 offset = convert_offset_index(d, offset, &index); in gic_peek_irq() 338 offset = convert_offset_index(d, offset, &index); in gic_poke_irq() 444 offset = convert_offset_index(d, GICD_IPRIORITYR, &index); in gic_irq_set_prio() 575 offset = convert_offset_index(d, GICD_ICFGR, &index); in gic_set_type() 1199 offset = convert_offset_index(d, GICD_IROUTER, &index); in gic_set_affinity()
|