Lines Matching refs:ia_dev
75 static IADEV *ia_dev[8]; variable
2436 if (ia_dev[i]) {
2437 ctrl_reg = readl(ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);
2441 writel(ctrl_reg, ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);
2442 ia_update_stats(ia_dev[i]);
2447 writel(ctrl_reg, ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);
2448 spin_lock_irqsave(&ia_dev[i]->tx_lock, flags);
2449 if (ia_dev[i]->close_pending)
2450 wake_up(&ia_dev[i]->close_wait);
2451 ia_tx_poll(ia_dev[i]);
2452 spin_unlock_irqrestore(&ia_dev[i]->tx_lock, flags);
2760 iadev = ia_dev[board];
3206 ia_dev[iadev_count] = iadev;
3212 ia_dev[iadev_count] = NULL;
3250 ia_dev[iadev_count] = NULL;