Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c2480 next_tick = linkBad & ~TIMER_CB; in dc21040_state()
2521 next_tick = linkBad & ~TIMER_CB; in de4x5_suspect_state()
2581 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2598 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2628 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2662 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2693 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2703 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2762 next_tick &= ~TIMER_CB; in dc21140m_autoconf()
2808 next_tick = cr & ~TIMER_CB; in dc21140m_autoconf()
[all …]
Dde4x5.h840 #define TIMER_CB 0x80000000 /* Timer callback detection */ macro