Lines Matching defs:ia_dev
76 static IADEV *ia_dev[8];
2444 if (ia_dev[i]) {
2445 ctrl_reg = readl(ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);
2449 writel(ctrl_reg, ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);
2450 ia_update_stats(ia_dev[i]);
2455 writel(ctrl_reg, ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);
2456 spin_lock_irqsave(&ia_dev[i]->tx_lock, flags);
2457 if (ia_dev[i]->close_pending)
2458 wake_up(&ia_dev[i]->close_wait);
2459 ia_tx_poll(ia_dev[i]);
2460 spin_unlock_irqrestore(&ia_dev[i]->tx_lock, flags);
2771 iadev = ia_dev[board];
3195 ia_dev[iadev_count] = iadev;
3201 ia_dev[iadev_count] = NULL;
3239 ia_dev[iadev_count] = NULL;