Lines Matching refs:ia_dev
77 static IADEV *ia_dev[8]; variable
2439 if (ia_dev[i]) {
2440 ctrl_reg = readl(ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);
2444 writel(ctrl_reg, ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);
2445 ia_update_stats(ia_dev[i]);
2450 writel(ctrl_reg, ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);
2451 spin_lock_irqsave(&ia_dev[i]->tx_lock, flags);
2452 if (ia_dev[i]->close_pending)
2453 wake_up(&ia_dev[i]->close_wait);
2454 ia_tx_poll(ia_dev[i]);
2455 spin_unlock_irqrestore(&ia_dev[i]->tx_lock, flags);
2766 iadev = ia_dev[board];
3190 ia_dev[iadev_count] = iadev;
3196 ia_dev[iadev_count] = NULL;
3234 ia_dev[iadev_count] = NULL;