Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtitan_ge.c431 unsigned long eth_int_cause1; local
481 eth_int_cause1 = TITAN_GE_READ(TITAN_GE_INTR_XDMA_CORE_A);
488 if ( (eth_int_cause1 == 0) && (eth_int_cause2 == 0)) {
490 if (eth_int_cause1 == 0) {
501 if ( (eth_int_cause1 & 0x20202) ||
504 if (eth_int_cause1 & 0x20202)
511 if ( (eth_int_cause1 & 0x10101) ||
514 if (eth_int_cause1 & 0x10101) {
567 if ((!(eth_int_cause1 & 0x30303)) &&