Home
last modified time | relevance | path

Searched refs:timer1 (Results 1 – 25 of 95) sorted by relevance

1234

/linux-6.1.9/drivers/clocksource/
Dtimer-zevio.c51 void __iomem *timer1, *timer2; member
67 writel(delta, timer->timer1 + IO_CURRENT_VAL); in zevio_timer_set_event()
69 timer->timer1 + IO_CONTROL); in zevio_timer_set_event()
83 writel(CNTL_STOP_TIMER, timer->timer1 + IO_CONTROL); in zevio_timer_shutdown()
108 writel(CNTL_STOP_TIMER, timer->timer1 + IO_CONTROL); in zevio_timer_interrupt()
131 timer->timer1 = timer->base + IO_TIMER1; in zevio_timer_add()
164 writel(CNTL_STOP_TIMER, timer->timer1 + IO_CONTROL); in zevio_timer_add()
165 writel(0, timer->timer1 + IO_DIVIDER); in zevio_timer_add()
/linux-6.1.9/sound/isa/gus/
Dgus_timer.c91 struct snd_timer *timer = gus->gf1.timer1; in snd_gf1_interrupt_timer1()
132 gus->gf1.timer1 = NULL; in snd_gf1_timer1_free()
146 if (gus->gf1.timer1 != NULL || gus->gf1.timer2 != NULL) in snd_gf1_timers_init()
164 gus->gf1.timer1 = timer; in snd_gf1_timers_init()
180 if (gus->gf1.timer1) { in snd_gf1_timers_done()
181 snd_device_free(gus->card, gus->gf1.timer1); in snd_gf1_timers_done()
182 gus->gf1.timer1 = NULL; in snd_gf1_timers_done()
/linux-6.1.9/Documentation/devicetree/bindings/timer/
Dezchip,nps400-timer1.txt5 - compatible : should be "ezchip,nps400-timer1"
7 Clocks required for compatible = "ezchip,nps400-timer1":
13 compatible = "ezchip,nps400-timer1";
Dcirrus,clps711x-timer.txt13 timer0 = &timer1;
14 timer1 = &timer2;
17 timer1: timer@80000300 {
Dactions,owl-timer.txt10 "timer0", "timer1", "timer2", "timer3"
20 interrupt-names = "timer0", "timer1";
Darm,sp804.yaml56 be 1 or 3 clocks. With 3 clocks, the order is timer0 clock, timer1
96 clock-names = "timer1", "timer2", "apb_pclk";
Dnxp,lpc3220-timer.txt20 timer1: timer@40085000 {
Darm,mps2-timer.txt16 timer1: mps2-timer@40000000 {
Dsnps,arc-timer.txt24 timer1 {
Dingenic,tcu.yaml178 - const: timer1
289 clock-names = "timer0", "timer1", "timer2", "timer3",
/linux-6.1.9/arch/arm64/boot/dts/broadcom/stingray/
Dstingray.dtsi339 clock-names = "timer1", "timer2", "apb_pclk";
343 timer1: timer@40000 { label
350 clock-names = "timer1", "timer2", "apb_pclk";
360 clock-names = "timer1", "timer2", "apb_pclk";
371 clock-names = "timer1", "timer2", "apb_pclk";
382 clock-names = "timer1", "timer2", "apb_pclk";
393 clock-names = "timer1", "timer2", "apb_pclk";
404 clock-names = "timer1", "timer2", "apb_pclk";
415 clock-names = "timer1", "timer2", "apb_pclk";
/linux-6.1.9/arch/arm/boot/dts/
Dep7209.dtsi23 timer0 = &timer1;
24 timer1 = &timer2;
117 timer1: timer@80000300 { label
Dsocfpga_vt.dts48 timer1@ffc09000 {
Dnspire-classic.dtsi36 &timer1 {
Dsd5203.dts68 timer1: timer@16003000 { label
/linux-6.1.9/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10_swvp.dts17 timer1 = &timer1;
/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dpcu.c650 u32 timer1, timer2, timer3; in ath5k_hw_init_beacon_timers() local
663 timer1 = 0xffffffff; in ath5k_hw_init_beacon_timers()
666 timer1 = 0x0000ffff; in ath5k_hw_init_beacon_timers()
679 timer1 = (next_beacon - AR5K_TUNE_DMA_BEACON_RESP) << 3; in ath5k_hw_init_beacon_timers()
698 ath5k_hw_reg_write(ah, timer1, AR5K_TIMER1); in ath5k_hw_init_beacon_timers()
/linux-6.1.9/sound/drivers/opl3/
Dopl3_lib.c252 opl3->timer1 = timer; in snd_opl3_timer1_init()
299 timer = opl3->timer1; in snd_opl3_interrupt()
468 snd_device_free(opl3->card, opl3->timer1); in snd_opl3_timer_new()
469 opl3->timer1 = NULL; in snd_opl3_timer_new()
/linux-6.1.9/arch/mips/include/asm/sgi/
Dpi1.h59 volatile u8 timer1; member
/linux-6.1.9/arch/arc/boot/dts/
Dskeleton.dtsi39 timer1 {
Dskeleton_hs.dtsi40 timer1 {
/linux-6.1.9/sound/core/
Dtimer.c1020 struct snd_timer *timer1; in snd_timer_dev_register() local
1029 list_for_each_entry(timer1, &snd_timer_list, device_list) { in snd_timer_dev_register()
1030 if (timer1->tmr_class > timer->tmr_class) in snd_timer_dev_register()
1032 if (timer1->tmr_class < timer->tmr_class) in snd_timer_dev_register()
1034 if (timer1->card && timer->card) { in snd_timer_dev_register()
1035 if (timer1->card->number > timer->card->number) in snd_timer_dev_register()
1037 if (timer1->card->number < timer->card->number) in snd_timer_dev_register()
1040 if (timer1->tmr_device > timer->tmr_device) in snd_timer_dev_register()
1042 if (timer1->tmr_device < timer->tmr_device) in snd_timer_dev_register()
1044 if (timer1->tmr_subdevice > timer->tmr_subdevice) in snd_timer_dev_register()
[all …]
/linux-6.1.9/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic-timer.txt31 timer1: timer@42100 {
/linux-6.1.9/arch/arm64/boot/dts/broadcom/northstar2/
Dns2.dtsi529 clock-names = "timer1", "timer2", "apb_pclk";
532 timer1: timer@66040000 { label
539 clock-names = "timer1", "timer2", "apb_pclk";
549 clock-names = "timer1", "timer2", "apb_pclk";
559 clock-names = "timer1", "timer2", "apb_pclk";
/linux-6.1.9/drivers/clk/davinci/
Dpsc-dm355.c63 LPSC(28, 0, timer1, pll1_auxclk, NULL, 0),

1234