Home
last modified time | relevance | path

Searched refs:intpol_bases (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-mtk-sysirq.c20 void __iomem **intpol_bases; member
36 base = chip_data->intpol_bases[intpol_idx]; in mtk_sysirq_set_type()
156 chip_data->intpol_bases = kcalloc(nr_intpol_bases, in mtk_sysirq_of_init()
157 sizeof(*chip_data->intpol_bases), in mtk_sysirq_of_init()
159 if (!chip_data->intpol_bases) { in mtk_sysirq_of_init()
171 chip_data->intpol_bases[i] = of_iomap(node, i); in mtk_sysirq_of_init()
172 if (ret || !chip_data->intpol_bases[i]) { in mtk_sysirq_of_init()
196 * assign an index of the intpol_bases for each irq in mtk_sysirq_of_init()
225 if (chip_data->intpol_bases[i]) in mtk_sysirq_of_init()
226 iounmap(chip_data->intpol_bases[ in mtk_sysirq_of_init()
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-mtk-sysirq.c20 void __iomem **intpol_bases; member
36 base = chip_data->intpol_bases[intpol_idx]; in mtk_sysirq_set_type()
157 chip_data->intpol_bases = kcalloc(nr_intpol_bases, in mtk_sysirq_of_init()
158 sizeof(*chip_data->intpol_bases), in mtk_sysirq_of_init()
160 if (!chip_data->intpol_bases) { in mtk_sysirq_of_init()
172 chip_data->intpol_bases[i] = of_iomap(node, i); in mtk_sysirq_of_init()
173 if (ret || !chip_data->intpol_bases[i]) { in mtk_sysirq_of_init()
197 * assign an index of the intpol_bases for each irq in mtk_sysirq_of_init()
226 if (chip_data->intpol_bases[i]) in mtk_sysirq_of_init()
227 iounmap(chip_data->intpol_bases[ in mtk_sysirq_of_init()
[all...]

Completed in 2 milliseconds