Searched refs:convert_offset_index (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/irqchip/ |
D | irq-gic-v3.c | 380 static u32 convert_offset_index(struct irq_data *d, u32 offset, u32 *index) in convert_offset_index() function 435 offset = convert_offset_index(d, offset, &index); in gic_peek_irq() 451 offset = convert_offset_index(d, offset, &index); in gic_poke_irq() 568 offset = convert_offset_index(d, GICD_IPRIORITYR, &index); in gic_irq_set_prio() 750 offset = convert_offset_index(d, GICD_ICFGR, &index); in gic_set_type() 1478 offset = convert_offset_index(d, GICD_IROUTER, &index); in gic_set_affinity()
|