Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/dec/tulip/
Dde4x5.c2481 next_tick = linkBad & ~TIMER_CB; in dc21040_state()
2522 next_tick = linkBad & ~TIMER_CB; in de4x5_suspect_state()
2582 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2599 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2629 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2663 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2694 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2704 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2763 next_tick &= ~TIMER_CB; in dc21140m_autoconf()
2809 next_tick = cr & ~TIMER_CB; in dc21140m_autoconf()
[all …]
Dde4x5.h840 #define TIMER_CB 0x80000000 /* Timer callback detection */ macro