Home
last modified time | relevance | path

Searched refs:TIM_STOP (Results 1 – 7 of 7) sorted by relevance

/drivers/net/fddi/skfp/
Dhwt.c103 outpw(ADDR(B2_TI_CRTL), TIM_STOP) ; in hwt_stop()
205 outpw(ADDR(B2_TI_CRTL), TIM_STOP) ; in hwt_quick_read()
Ddrvfbi.c570 outpw(ADDR(B2_WDOG_CRTL),TIM_STOP) ; /* Stop timer. */ in smt_stop_watchdog()
/drivers/net/fddi/skfp/h/
Dskfbi.h664 #define TIM_STOP (1<<1) /* Bit 1: Stop Timer (TI,WDOG,RTM,IRQ_MOD) */ macro
/drivers/net/ethernet/marvell/
Dsky2.c3381 sky2_write8(hw, B2_TI_CTRL, TIM_STOP); in sky2_reset()
4076 if (sky2_read8(hw, STAT_TX_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce()
4084 if (sky2_read8(hw, STAT_LEV_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce()
4092 if (sky2_read8(hw, STAT_ISR_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce()
4125 sky2_write8(hw, STAT_TX_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
4134 sky2_write8(hw, STAT_LEV_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
4143 sky2_write8(hw, STAT_ISR_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
Dsky2.h633 TIM_STOP = 1<<1, /* Stop Timer */ enumerator
Dskge.h281 TIM_STOP = 1<<1, /* Stop Timer */ enumerator
Dskge.c673 skge_write32(hw, B2_IRQM_CTRL, TIM_STOP); in skge_set_coalesce()
3645 skge_write8(hw, B2_TI_CTRL, TIM_STOP); in skge_reset()