Lines Matching full:else
69 } else if (IRQ_BIT(controlreg, controlidx)) { in deliver_local()
72 } else { in deliver_local()
107 } else { in bcm2836_control_update()
226 } else { in bcm2836_control_local_timer_control()
252 } else if (offset == REG_LOCALTIMERROUTING) { in bcm2836_control_read()
254 } else if (offset == REG_LOCALTIMERCONTROL) { in bcm2836_control_read()
256 } else if (offset == REG_LOCALTIMERACK) { in bcm2836_control_read()
258 } else if (offset >= REG_TIMERCONTROL && offset < REG_MBOXCONTROL) { in bcm2836_control_read()
260 } else if (offset >= REG_MBOXCONTROL && offset < REG_IRQSRC) { in bcm2836_control_read()
262 } else if (offset >= REG_IRQSRC && offset < REG_FIQSRC) { in bcm2836_control_read()
264 } else if (offset >= REG_FIQSRC && offset < REG_MBOX0_WR) { in bcm2836_control_read()
266 } else if (offset >= REG_MBOX0_RDCLR && offset < REG_LIMIT) { in bcm2836_control_read()
268 } else { in bcm2836_control_read()
283 } else if (offset == REG_LOCALTIMERROUTING) { in bcm2836_control_write()
285 } else if (offset == REG_LOCALTIMERCONTROL) { in bcm2836_control_write()
287 } else if (offset == REG_LOCALTIMERACK) { in bcm2836_control_write()
289 } else if (offset >= REG_TIMERCONTROL && offset < REG_MBOXCONTROL) { in bcm2836_control_write()
291 } else if (offset >= REG_MBOXCONTROL && offset < REG_IRQSRC) { in bcm2836_control_write()
293 } else if (offset >= REG_MBOX0_WR && offset < REG_MBOX0_RDCLR) { in bcm2836_control_write()
295 } else if (offset >= REG_MBOX0_RDCLR && offset < REG_LIMIT) { in bcm2836_control_write()
297 } else { in bcm2836_control_write()