Searched refs:intpol_bases (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 256 milliseconds