Home
last modified time | relevance | path

Searched refs:STAT_ISR_TIMER_CTRL (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/marvell/
Dsky2.c2097 sky2_read8(hw, STAT_ISR_TIMER_CTRL); in sky2_hw_down()
3421 sky2_write8(hw, STAT_ISR_TIMER_CTRL, TIM_START); in sky2_reset()
4077 if (sky2_read8(hw, STAT_ISR_TIMER_CTRL) == TIM_STOP) in sky2_get_coalesce()
4130 sky2_write8(hw, STAT_ISR_TIMER_CTRL, TIM_STOP); in sky2_set_coalesce()
4134 sky2_write8(hw, STAT_ISR_TIMER_CTRL, TIM_START); in sky2_set_coalesce()
Dsky2.h1085 STAT_ISR_TIMER_CTRL= 0x0ed8,/* 8 bit ISR Timer Control Reg */ enumerator