Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/fddi/skfp/
Dhwt.c99 outpw(ADDR(B2_TI_CRTL), TIM_STOP) ; in hwt_stop()
201 outpw(ADDR(B2_TI_CRTL), TIM_STOP) ; in hwt_quick_read()
Ddrvfbi.c567 outpw(ADDR(B2_WDOG_CRTL),TIM_STOP) ; /* Stop timer. */ in smt_stop_watchdog()
/Linux-v5.4/drivers/net/fddi/skfp/h/
Dskfbi.h451 #define TIM_STOP (1<<1) /* Bit 1: Stop Timer (TI,WDOG,RTM,IRQ_MOD) */ macro
/Linux-v5.4/drivers/net/ethernet/marvell/
Dsky2.c3353 sky2_write8(hw, B2_TI_CTRL, TIM_STOP); in sky2_reset()
4058 if (sky2_read8(hw, STAT_TX_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce()
4066 if (sky2_read8(hw, STAT_LEV_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce()
4074 if (sky2_read8(hw, STAT_ISR_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce()
4107 sky2_write8(hw, STAT_TX_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
4116 sky2_write8(hw, STAT_LEV_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
4125 sky2_write8(hw, STAT_ISR_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
Dskge.h282 TIM_STOP = 1<<1, /* Stop Timer */ enumerator
Dsky2.h634 TIM_STOP = 1<<1, /* Stop Timer */ enumerator
Dskge.c672 skge_write32(hw, B2_IRQM_CTRL, TIM_STOP); in skge_set_coalesce()
3637 skge_write8(hw, B2_TI_CTRL, TIM_STOP); in skge_reset()