Lines Matching defs:is_356
46 * @is_356: if this is an IXP43x, IXP45x or IX46x SoC (with 64 IRQs)
52 bool is_356;
77 if (ixi->is_356 && d->hwirq >= 32) {
97 if (ixi->is_356 && d->hwirq >= 32) {
122 if (ixi->is_356) {
203 * @is_356: if this is an IXP43x, IXP45x or IXP46x SoC variant
208 bool is_356)
213 ixi->is_356 = is_356;
221 if (is_356) {
257 bool is_356;
268 is_356 = of_device_is_compatible(np, "intel,ixp43x-interrupt") ||
272 ret = ixp4xx_irq_setup(ixi, base, fwnode, is_356);