Searched refs:r_irq_ctrl (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c184 u_char r_irq_ctrl; member in struct:_hfc4s8s_hw::__anon4750
1280 if (!hw || !(hw->mr.r_irq_ctrl & M_GLOB_IRQ_EN))
1343 hw->mr.r_irq_ctrl = 0; /* interrupt is inactive */
1374 hw->mr.r_irq_ctrl = M_FIFO_IRQ;
1375 Write_hfc8(hw, R_IRQ_CTRL, hw->mr.r_irq_ctrl);
1444 hw->mr.r_irq_ctrl |= M_GLOB_IRQ_EN;
1445 Write_hfc8(hw, R_IRQ_CTRL, hw->mr.r_irq_ctrl);
1450 hw->mr.r_irq_ctrl &= ~M_GLOB_IRQ_EN;
1451 Write_hfc8(hw, R_IRQ_CTRL, hw->mr.r_irq_ctrl);

Completed in 71 milliseconds