Home | History | Annotate | Download | only in net

Lines Matching refs:isr

248 	int len, start_page, pkt_len, i, isr;
349 DP_IN(base, DP_ISR, isr);
350 } while ((isr & DP_ISR_RDC) == 0);
569 u8 isr;
599 DP_IN(base, DP_ISR, isr);
600 if (dp->tx_started && !(isr & (DP_ISR_TxP|DP_ISR_TxE))) {
610 u8 isr;
613 DP_IN(base, DP_ISR, isr);
614 while (0 != isr) {
620 if (isr & DP_ISR_CNT) {
628 if (isr & DP_ISR_OFLW) {
633 * clearing the relevant bits of the ISR. Do that now, then
636 DP_OUT(base, DP_ISR, isr); /* Clear set bits */
642 if (isr & (DP_ISR_TxP|DP_ISR_TxE) && dp->tx_started) {
645 if (isr & (DP_ISR_RxP|DP_ISR_RxE)) {
649 DP_IN(base, DP_ISR, isr);