/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gus_timer.c | 100 struct snd_timer *timer = gus->gf1.timer2; in snd_gf1_interrupt_timer2() 138 gus->gf1.timer2 = NULL; in snd_gf1_timer2_free() 146 if (gus->gf1.timer1 != NULL || gus->gf1.timer2 != NULL) in snd_gf1_timers_init() 174 gus->gf1.timer2 = timer; in snd_gf1_timers_init() 184 if (gus->gf1.timer2) { in snd_gf1_timers_done() 185 snd_device_free(gus->card, gus->gf1.timer2); in snd_gf1_timers_done() 186 gus->gf1.timer2 = NULL; in snd_gf1_timers_done()
|
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gus_timer.c | 100 struct snd_timer *timer = gus->gf1.timer2; in snd_gf1_interrupt_timer2() 138 gus->gf1.timer2 = NULL; in snd_gf1_timer2_free() 146 if (gus->gf1.timer1 != NULL || gus->gf1.timer2 != NULL) in snd_gf1_timers_init() 174 gus->gf1.timer2 = timer; in snd_gf1_timers_init() 184 if (gus->gf1.timer2) { in snd_gf1_timers_done() 185 snd_device_free(gus->card, gus->gf1.timer2); in snd_gf1_timers_done() 186 gus->gf1.timer2 = NULL; in snd_gf1_timers_done()
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-zevio.c | 51 void __iomem *timer1, *timer2; member 132 timer->timer2 = timer->base + IO_TIMER2; in zevio_timer_add() 186 writel(CNTL_STOP_TIMER, timer->timer2 + IO_CONTROL); in zevio_timer_add() 187 writel(0, timer->timer2 + IO_CURRENT_VAL); in zevio_timer_add() 188 writel(0, timer->timer2 + IO_DIVIDER); in zevio_timer_add() 190 timer->timer2 + IO_CONTROL); in zevio_timer_add() 192 clocksource_mmio_init(timer->timer2 + IO_CURRENT_VAL, in zevio_timer_add()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-zevio.c | 51 void __iomem *timer1, *timer2; member 132 timer->timer2 = timer->base + IO_TIMER2; in zevio_timer_add() 186 writel(CNTL_STOP_TIMER, timer->timer2 + IO_CONTROL); in zevio_timer_add() 187 writel(0, timer->timer2 + IO_CURRENT_VAL); in zevio_timer_add() 188 writel(0, timer->timer2 + IO_DIVIDER); in zevio_timer_add() 190 timer->timer2 + IO_CONTROL); in zevio_timer_add() 192 clocksource_mmio_init(timer->timer2 + IO_CURRENT_VAL, in zevio_timer_add()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | pcu.c | 650 u32 timer1, timer2, timer3; in ath5k_hw_init_beacon_timers() local 659 * timer and timer2 as next CFP duration start in ath5k_hw_init_beacon_timers() 664 timer2 = 0xffffffff; in ath5k_hw_init_beacon_timers() 667 timer2 = 0x0007ffff; in ath5k_hw_init_beacon_timers() 677 * beacon alert (DBA) timer and timer2 as next in ath5k_hw_init_beacon_timers() 680 timer2 = (next_beacon - AR5K_TUNE_SW_BEACON_RESP) << 3; in ath5k_hw_init_beacon_timers() 699 ath5k_hw_reg_write(ah, timer2, AR5K_TIMER2); in ath5k_hw_init_beacon_timers()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | pcu.c | 650 u32 timer1, timer2, timer3; in ath5k_hw_init_beacon_timers() local 659 * timer and timer2 as next CFP duration start in ath5k_hw_init_beacon_timers() 664 timer2 = 0xffffffff; in ath5k_hw_init_beacon_timers() 667 timer2 = 0x0007ffff; in ath5k_hw_init_beacon_timers() 677 * beacon alert (DBA) timer and timer2 as next in ath5k_hw_init_beacon_timers() 680 timer2 = (next_beacon - AR5K_TUNE_SW_BEACON_RESP) << 3; in ath5k_hw_init_beacon_timers() 699 ath5k_hw_reg_write(ah, timer2, AR5K_TIMER2); in ath5k_hw_init_beacon_timers()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/ |
H A D | pi1.h | 62 volatile u8 timer2; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/ |
H A D | pi1.h | 62 volatile u8 timer2; member
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 192 * @timer2: general timer 2 (jiffies) 220 unsigned long timer2; member 1408 tx->timer2 = jiffies; in tipc_crypto_key_synch() 1501 c->timer2 = jiffies; in tipc_crypto_start() 1581 rx->timer2 = jiffies; in tipc_crypto_timeout() 1609 rx->timer2 = jiffies; in tipc_crypto_timeout() 1619 if (time_before(jiffies, rx->timer2 + TIPC_RX_PASSIVE_LIM) && in tipc_crypto_timeout() 1633 if (time_after(jiffies, tx->timer2 + TIPC_TX_GRACE_PERIOD)) in tipc_crypto_timeout() 1733 time_before(jiffies, tx->timer2 + TIPC_TX_GRACE_PERIOD)) { in tipc_crypto_xmit() 1963 rx->timer2 in tipc_crypto_rcv_complete() [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 195 * @timer2: general timer 2 (jiffies) 224 unsigned long timer2; member 1404 tx->timer2 = jiffies; in tipc_crypto_key_synch() 1497 c->timer2 = jiffies; in tipc_crypto_start() 1577 rx->timer2 = jiffies; in tipc_crypto_timeout() 1605 rx->timer2 = jiffies; in tipc_crypto_timeout() 1615 if (time_before(jiffies, rx->timer2 + TIPC_RX_PASSIVE_LIM) && in tipc_crypto_timeout() 1629 if (time_after(jiffies, tx->timer2 + TIPC_TX_GRACE_PERIOD)) in tipc_crypto_timeout() 1729 time_before(jiffies, tx->timer2 + TIPC_TX_GRACE_PERIOD)) { in tipc_crypto_xmit() 1959 rx->timer2 in tipc_crypto_rcv_complete() [all...] |
/kernel/linux/linux-5.10/drivers/clk/davinci/ |
H A D | psc-dm365.c | 66 LPSC(29, 0, timer2, pll1_auxclk, timer2_clkdev, LPSC_ALWAYS_ENABLED),
|
H A D | psc-dm355.c | 65 LPSC(29, 0, timer2, pll1_auxclk, timer2_clkdev, LPSC_ALWAYS_ENABLED),
|
H A D | psc-dm644x.c | 59 LPSC(29, 0, timer2, pll1_auxclk, timer2_clkdev, LPSC_ALWAYS_ENABLED),
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_lib.c | 271 opl3->timer2 = timer; in snd_opl3_timer2_init() 301 timer = opl3->timer2; in snd_opl3_interrupt()
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_lib.c | 273 opl3->timer2 = timer; in snd_opl3_timer2_init() 303 timer = opl3->timer2; in snd_opl3_interrupt()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | opl3.h | 294 struct snd_timer *timer2; member
|
H A D | gus.h | 356 struct snd_timer *timer2; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | opl3.h | 294 struct snd_timer *timer2; member
|
H A D | gus.h | 356 struct snd_timer *timer2; member
|