Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/fddi/skfp/
Dhwt.c95 outpw(ADDR(B2_TI_CRTL), TIM_STOP) ; in hwt_stop()
197 outpw(ADDR(B2_TI_CRTL), TIM_STOP) ; in hwt_quick_read()
Ddrvfbi.c563 outpw(ADDR(B2_WDOG_CRTL),TIM_STOP) ; /* Stop timer. */ in smt_stop_watchdog()
/linux-5.19.10/drivers/net/fddi/skfp/h/
Dskfbi.h446 #define TIM_STOP (1<<1) /* Bit 1: Stop Timer (TI,WDOG,RTM,IRQ_MOD) */ macro
/linux-5.19.10/drivers/net/ethernet/marvell/
Dsky2.c3354 sky2_write8(hw, B2_TI_CTRL, TIM_STOP); in sky2_reset()
4061 if (sky2_read8(hw, STAT_TX_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce()
4069 if (sky2_read8(hw, STAT_LEV_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce()
4077 if (sky2_read8(hw, STAT_ISR_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce()
4112 sky2_write8(hw, STAT_TX_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
4121 sky2_write8(hw, STAT_LEV_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
4130 sky2_write8(hw, STAT_ISR_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
Dskge.h276 TIM_STOP = 1<<1, /* Stop Timer */ enumerator
Dsky2.h628 TIM_STOP = 1<<1, /* Stop Timer */ enumerator
Dskge.c679 skge_write32(hw, B2_IRQM_CTRL, TIM_STOP); in skge_set_coalesce()
3642 skge_write8(hw, B2_TI_CTRL, TIM_STOP); in skge_reset()