Searched refs:tlan_set_timer (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/ti/ |
| H A D | tlan.c | 236 tlan_set_timer(struct net_device *dev, u32 ticks, u32 type) 2307 tlan_set_timer(dev, (10*HZ), TLAN_TIMER_FINISH_RESET); in tlan_finish_reset() 2508 tlan_set_timer(dev, msecs_to_jiffies(50), TLAN_TIMER_PHY_PUP); in tlan_phy_power_down() 2529 tlan_set_timer(dev, msecs_to_jiffies(500), TLAN_TIMER_PHY_RESET); in tlan_phy_power_up() 2561 tlan_set_timer(dev, msecs_to_jiffies(50), TLAN_TIMER_PHY_START_LINK); in tlan_phy_reset() 2615 tlan_set_timer(dev, (2*HZ), TLAN_TIMER_PHY_FINISH_AN); in tlan_phy_start_link() 2626 tlan_set_timer(dev, msecs_to_jiffies(40), TLAN_TIMER_PHY_PDOWN); in tlan_phy_start_link() 2649 tlan_set_timer(dev, (4*HZ), TLAN_TIMER_FINISH_RESET); in tlan_phy_start_link() 2675 tlan_set_timer(dev, 2 * HZ, TLAN_TIMER_PHY_FINISH_AN); in tlan_phy_finish_auto_neg() 2693 tlan_set_timer(de in tlan_phy_finish_auto_neg() 249 tlan_set_timer(struct net_device *dev, u32 ticks, u32 type) tlan_set_timer() function [all...] |