Searched refs:TIM_STOP (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/fddi/skfp/ |
A D | hwt.c | 95 outpw(ADDR(B2_TI_CRTL), TIM_STOP) ; in hwt_stop() 197 outpw(ADDR(B2_TI_CRTL), TIM_STOP) ; in hwt_quick_read()
|
A D | drvfbi.c | 563 outpw(ADDR(B2_WDOG_CRTL),TIM_STOP) ; /* Stop timer. */ in smt_stop_watchdog()
|
/linux/drivers/net/fddi/skfp/h/ |
A D | skfbi.h | 446 #define TIM_STOP (1<<1) /* Bit 1: Stop Timer (TI,WDOG,RTM,IRQ_MOD) */ macro
|
/linux/drivers/net/ethernet/marvell/ |
A D | sky2.c | 3355 sky2_write8(hw, B2_TI_CTRL, TIM_STOP); in sky2_reset() 4062 if (sky2_read8(hw, STAT_TX_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce() 4070 if (sky2_read8(hw, STAT_LEV_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce() 4078 if (sky2_read8(hw, STAT_ISR_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce() 4113 sky2_write8(hw, STAT_TX_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce() 4122 sky2_write8(hw, STAT_LEV_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce() 4131 sky2_write8(hw, STAT_ISR_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
|
A D | skge.h | 276 TIM_STOP = 1<<1, /* Stop Timer */ enumerator
|
A D | sky2.h | 628 TIM_STOP = 1<<1, /* Stop Timer */ enumerator
|
A D | skge.c | 676 skge_write32(hw, B2_IRQM_CTRL, TIM_STOP); in skge_set_coalesce() 3639 skge_write8(hw, B2_TI_CTRL, TIM_STOP); in skge_reset()
|
Completed in 42 milliseconds