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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhorizon.c1306 u32 int_source; local
1313 while ((int_source = rd_regl (dev, INT_SOURCE_REG_OFF)
1331 if (int_source & RX_BUS_MASTER_COMPLETE) {
1336 if (int_source & TX_BUS_MASTER_COMPLETE) {
1341 if (int_source & RX_DATA_AV) {
1350 PRINTD (DBG_IRQ|DBG_WARN, "spurious interrupt source: %#x", int_source);

Completed in 39 milliseconds