Lines Matching refs:next_tick
1841 int next_tick = DE4X5_AUTOSENSE_MS; in de4x5_ast() local
1846 next_tick = srom_autoconf(dev); in de4x5_ast()
1848 next_tick = dc21140m_autoconf(dev); in de4x5_ast()
1850 next_tick = dc21041_autoconf(dev); in de4x5_ast()
1852 next_tick = dc21040_autoconf(dev); in de4x5_ast()
1855 enable_ast(dev, next_tick); in de4x5_ast()
2392 int next_tick = DE4X5_AUTOSENSE_MS; in autoconf_media() local
2402 next_tick = srom_autoconf(dev); in autoconf_media()
2404 next_tick = dc21040_autoconf(dev); in autoconf_media()
2406 next_tick = dc21041_autoconf(dev); in autoconf_media()
2408 next_tick = dc21140m_autoconf(dev); in autoconf_media()
2411 enable_ast(dev, next_tick); in autoconf_media()
2433 int next_tick = DE4X5_AUTOSENSE_MS; in dc21040_autoconf() local
2452 next_tick = dc21040_autoconf(dev); in dc21040_autoconf()
2456 next_tick = dc21040_state(dev, 0x8f01, 0xffff, 0x0000, 3000, BNC_AUI, in dc21040_autoconf()
2461 next_tick = de4x5_suspect_state(dev, 1000, TP, test_tp, dc21040_autoconf); in dc21040_autoconf()
2467 next_tick = dc21040_state(dev, 0x8f09, 0x0705, 0x0006, 3000, EXT_SIA, in dc21040_autoconf()
2472 next_tick = de4x5_suspect_state(dev, 1000, BNC_AUI, ping_media, dc21040_autoconf); in dc21040_autoconf()
2476 next_tick = dc21040_state(dev, 0x3041, 0x0000, 0x0006, 3000, in dc21040_autoconf()
2481 next_tick = de4x5_suspect_state(dev, 1000, EXT_SIA, ping_media, dc21040_autoconf); in dc21040_autoconf()
2496 return next_tick; in dc21040_autoconf()
2505 int next_tick = DE4X5_AUTOSENSE_MS; in dc21040_state() local
2512 next_tick = 500; in dc21040_state()
2519 next_tick = linkBad & ~TIMER_CB; in dc21040_state()
2530 next_tick = 3000; in dc21040_state()
2535 return next_tick; in dc21040_state()
2544 int next_tick = DE4X5_AUTOSENSE_MS; in de4x5_suspect_state() local
2553 next_tick = asfn(dev); in de4x5_suspect_state()
2560 next_tick = linkBad & ~TIMER_CB; in de4x5_suspect_state()
2570 return next_tick; in de4x5_suspect_state()
2588 int next_tick = DE4X5_AUTOSENSE_MS; in dc21041_autoconf() local
2608 next_tick = dc21041_autoconf(dev); in dc21041_autoconf()
2620 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2627 next_tick = dc21041_autoconf(dev); in dc21041_autoconf()
2637 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2641 next_tick = dc21041_autoconf(dev); in dc21041_autoconf()
2649 next_tick = 3000; in dc21041_autoconf()
2654 next_tick = de4x5_suspect_state(dev, 1000, ANS, test_tp, dc21041_autoconf); in dc21041_autoconf()
2667 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2675 next_tick = dc21041_autoconf(dev); in dc21041_autoconf()
2683 next_tick = 3000; in dc21041_autoconf()
2688 next_tick = de4x5_suspect_state(dev, 1000, TP, test_tp, dc21041_autoconf); in dc21041_autoconf()
2701 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2705 next_tick = dc21041_autoconf(dev); in dc21041_autoconf()
2713 next_tick = 3000; in dc21041_autoconf()
2718 next_tick = de4x5_suspect_state(dev, 1000, AUI, ping_media, dc21041_autoconf); in dc21041_autoconf()
2732 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2735 next_tick = dc21041_autoconf(dev); in dc21041_autoconf()
2742 next_tick = sts & ~TIMER_CB; in dc21041_autoconf()
2753 next_tick = 3000; in dc21041_autoconf()
2760 next_tick = de4x5_suspect_state(dev, 1000, BNC, ping_media, dc21041_autoconf); in dc21041_autoconf()
2776 return next_tick; in dc21041_autoconf()
2789 int next_tick = DE4X5_AUTOSENSE_MS; in dc21140m_autoconf() local
2800 if ((next_tick = de4x5_reset_phy(dev)) < 0) { in dc21140m_autoconf()
2801 next_tick &= ~TIMER_CB; in dc21140m_autoconf()
2806 return next_tick; in dc21140m_autoconf()
2835 next_tick = dc21140m_autoconf(dev); in dc21140m_autoconf()
2847 next_tick = cr & ~TIMER_CB; in dc21140m_autoconf()
2855 next_tick = dc21140m_autoconf(dev); in dc21140m_autoconf()
2861 next_tick = sr & ~TIMER_CB; in dc21140m_autoconf()
2881 next_tick = dc21140m_autoconf(dev); in dc21140m_autoconf()
2894 next_tick = slnk & ~TIMER_CB; in dc21140m_autoconf()
2903 next_tick = dc21140m_autoconf(dev); in dc21140m_autoconf()
2908 next_tick = 3000; in dc21140m_autoconf()
2917 next_tick = DE4X5_AUTOSENSE_MS; in dc21140m_autoconf()
2926 next_tick = 3000; in dc21140m_autoconf()
2935 next_tick = DE4X5_AUTOSENSE_MS; in dc21140m_autoconf()
2951 return next_tick; in dc21140m_autoconf()
2974 int next_tick = DE4X5_AUTOSENSE_MS; in dc2114x_autoconf() local
2989 return next_tick; in dc2114x_autoconf()
2994 if ((next_tick = de4x5_reset_phy(dev)) < 0) { in dc2114x_autoconf()
2995 next_tick &= ~TIMER_CB; in dc2114x_autoconf()
3018 next_tick = dc2114x_autoconf(dev); in dc2114x_autoconf()
3030 next_tick = cr & ~TIMER_CB; in dc2114x_autoconf()
3038 next_tick = dc2114x_autoconf(dev); in dc2114x_autoconf()
3044 next_tick = sr & ~TIMER_CB; in dc2114x_autoconf()
3063 next_tick = dc2114x_autoconf(dev); in dc2114x_autoconf()
3079 next_tick = sts & ~TIMER_CB; in dc2114x_autoconf()
3083 next_tick = dc2114x_autoconf(dev); in dc2114x_autoconf()
3091 next_tick = 3000; in dc2114x_autoconf()
3096 next_tick = de4x5_suspect_state(dev, 1000, AUI, ping_media, dc2114x_autoconf); in dc2114x_autoconf()
3110 next_tick = sts & ~TIMER_CB; in dc2114x_autoconf()
3113 next_tick = dc2114x_autoconf(dev); in dc2114x_autoconf()
3120 next_tick = sts & ~TIMER_CB; in dc2114x_autoconf()
3132 next_tick = 3000; in dc2114x_autoconf()
3139 next_tick = de4x5_suspect_state(dev, 1000, BNC, ping_media, dc2114x_autoconf); in dc2114x_autoconf()
3146 return next_tick; in dc2114x_autoconf()
3165 next_tick = dc2114x_autoconf(dev); in dc2114x_autoconf()
3170 next_tick = dc2114x_autoconf(dev); in dc2114x_autoconf()
3178 next_tick = 3000; in dc2114x_autoconf()
3187 next_tick = DE4X5_AUTOSENSE_MS; in dc2114x_autoconf()
3194 next_tick = 3000; in dc2114x_autoconf()
3203 next_tick = DE4X5_AUTOSENSE_MS; in dc2114x_autoconf()
3216 return next_tick; in dc2114x_autoconf()
3331 int next_tick = 0; in de4x5_reset_phy() local
3351 next_tick = test_mii_reg(dev, MII_CR, MII_CR_RST, FALSE, 500); in de4x5_reset_phy()
3357 return next_tick; in de4x5_reset_phy()
4548 int next_tick = DE4X5_AUTOSENSE_MS; in dc21140_infoleaf() local
4561 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21140_infoleaf()
4563 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21140_infoleaf()
4577 return next_tick & ~TIMER_CB; in dc21140_infoleaf()
4586 int next_tick = DE4X5_AUTOSENSE_MS; in dc21142_infoleaf() local
4596 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21142_infoleaf()
4598 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21142_infoleaf()
4612 return next_tick & ~TIMER_CB; in dc21142_infoleaf()
4621 int next_tick = DE4X5_AUTOSENSE_MS; in dc21143_infoleaf() local
4631 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21143_infoleaf()
4633 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21143_infoleaf()
4646 return next_tick & ~TIMER_CB; in dc21143_infoleaf()