Searched refs:convert_offset_index (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
H A D | irq-gic-v3.c | 305 static u32 convert_offset_index(struct irq_data *d, u32 offset, u32 *index)
in convert_offset_index() function 360 offset = convert_offset_index(d, offset, &index);
in gic_peek_irq() 378 offset = convert_offset_index(d, offset, &index);
in gic_poke_irq() 484 offset = convert_offset_index(d, GICD_IPRIORITYR, &index);
in gic_irq_set_prio() 619 offset = convert_offset_index(d, GICD_ICFGR, &index);
in gic_set_type() 1262 offset = convert_offset_index(d, GICD_IROUTER, &index);
in gic_set_affinity()
|
Completed in 3 milliseconds