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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtitan_ge.c379 unsigned long eth_int_cause1; local
417 eth_int_cause1 = TITAN_GE_READ(TITAN_GE_INTR_XDMA_CORE_A);
424 if ( (eth_int_cause1 == 0) && (eth_int_cause2 == 0)) {
426 if (eth_int_cause1 == 0) {
437 if ( (eth_int_cause1 & 0x20202) ||
440 if (eth_int_cause1 & 0x20202)
446 if ( (eth_int_cause1 & 0x10101) ||
449 if (eth_int_cause1 & 0x10101) {
497 if ((!(eth_int_cause1 & 0x30303)) &&

Completed in 43 milliseconds