| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-zevio.c | 51 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()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
| H A D | timer.c | 14 static struct timer_regs *timer1 = (struct timer_regs *)TIMER1_BASE; variable 64 lpc32xx_timer_reset(timer1, CONFIG_SYS_HZ * 1000); in __udelay() 65 lpc32xx_timer_count(timer1, 1); in __udelay() 67 while (readl(&timer1->tc) < usec) in __udelay() 70 lpc32xx_timer_count(timer1, 0); in __udelay()
|
| /OK3568_Linux_fs/kernel/sound/isa/gus/ |
| H A D | gus_timer.c | 91 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()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/ |
| H A D | ezchip,nps400-timer1.txt | 5 - compatible : should be "ezchip,nps400-timer1" 7 Clocks required for compatible = "ezchip,nps400-timer1": 13 compatible = "ezchip,nps400-timer1";
|
| H A D | cirrus,clps711x-timer.txt | 13 timer0 = &timer1; 14 timer1 = &timer2; 17 timer1: timer@80000300 {
|
| H A D | actions,owl-timer.txt | 10 "timer0", "timer1", "timer2", "timer3" 20 interrupt-names = "timer0", "timer1";
|
| H A D | nxp,lpc3220-timer.txt | 20 timer1: timer@40085000 {
|
| H A D | arm,mps2-timer.txt | 16 timer1: mps2-timer@40000000 {
|
| H A D | snps,arc-timer.txt | 24 timer1 {
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/broadcom/stingray/ |
| H A D | stingray.dtsi | 346 clock-names = "timer1", "timer2", "apb_pclk"; 350 timer1: timer@40000 { label 357 clock-names = "timer1", "timer2", "apb_pclk"; 367 clock-names = "timer1", "timer2", "apb_pclk"; 378 clock-names = "timer1", "timer2", "apb_pclk"; 389 clock-names = "timer1", "timer2", "apb_pclk"; 400 clock-names = "timer1", "timer2", "apb_pclk"; 411 clock-names = "timer1", "timer2", "apb_pclk"; 422 clock-names = "timer1", "timer2", "apb_pclk";
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | ep7209.dtsi | 21 timer0 = &timer1; 22 timer1 = &timer2; 114 timer1: timer@80000300 { label
|
| H A D | socfpga_vt.dts | 48 timer1@ffc09000 {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/ |
| H A D | pcu.c | 650 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()
|
| /OK3568_Linux_fs/kernel/sound/drivers/opl3/ |
| H A D | opl3_lib.c | 251 opl3->timer1 = timer; in snd_opl3_timer1_init() 297 timer = opl3->timer1; in snd_opl3_interrupt() 457 snd_device_free(opl3->card, opl3->timer1); in snd_opl3_timer_new() 458 opl3->timer1 = NULL; in snd_opl3_timer_new()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/qplayer/ |
| H A D | qplayer.cpp | 118 connect(&timer1, &QTimer::timeout, this, &QPlayer::displayImage); in QPlayer() 192 timer1.stop(); in displayImage() 305 timer1.start(1); in currentMediaChanged()
|
| H A D | qplayer.h | 108 QTimer timer1; variable
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qplayer/ |
| H A D | qplayer.cpp | 118 connect(&timer1, &QTimer::timeout, this, &QPlayer::displayImage); in QPlayer() 192 timer1.stop(); in displayImage() 305 timer1.start(1); in currentMediaChanged()
|
| H A D | qplayer.h | 108 QTimer timer1; variable
|
| /OK3568_Linux_fs/app/qplayer/ |
| H A D | qplayer.cpp | 118 connect(&timer1, &QTimer::timeout, this, &QPlayer::displayImage); in QPlayer() 192 timer1.stop(); in displayImage() 305 timer1.start(1); in currentMediaChanged()
|
| H A D | qplayer.h | 108 QTimer timer1; variable
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | timer.c | 1020 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 …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/sgi/ |
| H A D | pi1.h | 59 volatile u8 timer1; member
|
| /OK3568_Linux_fs/kernel/arch/arc/boot/dts/ |
| H A D | skeleton.dtsi | 39 timer1 {
|
| H A D | skeleton_hs.dtsi | 40 timer1 {
|
| /OK3568_Linux_fs/kernel/arch/c6x/boot/dts/ |
| H A D | dsk6455.dts | 48 timer1: timer@2980000 { label
|