Searched refs:ia_dev (Results 1 – 1 of 1) sorted by relevance
77 static IADEV *ia_dev[8]; variable2445 if (ia_dev[i]) {2446 ctrl_reg = readl(ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);2450 writel(ctrl_reg, ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);2451 ia_update_stats(ia_dev[i]);2456 writel(ctrl_reg, ia_dev[i]->reg+IPHASE5575_BUS_CONTROL_REG);2457 spin_lock_irqsave(&ia_dev[i]->tx_lock, flags);2458 if (ia_dev[i]->close_pending) 2459 wake_up(&ia_dev[i]->close_wait);2460 ia_tx_poll(ia_dev[i]);[all …]