Searched defs:tmr (Results 1 – 6 of 6) sorted by relevance
/arch/arm/mach-iop32x/ |
D | time.c | 65 u32 tmr = IOP_TMR_PRIVILEGED | IOP_TMR_RATIO_1_1; in iop_set_next_event() local 79 u32 tmr = read_tmr0(); in iop_set_periodic() local 92 u32 tmr = read_tmr0(); in iop_set_oneshot() local 102 u32 tmr = read_tmr0(); in iop_shutdown() local 111 u32 tmr = read_tmr0(); in iop_resume() local
|
/arch/powerpc/sysdev/ |
D | fsl_gtm.c | 151 void gtm_put_timer16(struct gtm_timer *tmr) in gtm_put_timer16() 165 static int gtm_set_ref_timer16(struct gtm_timer *tmr, int frequency, in gtm_set_ref_timer16() 243 int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, bool reload) in gtm_set_timer16() 279 int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, bool reload) in gtm_set_exact_timer16() 302 void gtm_stop_timer16(struct gtm_timer *tmr) in gtm_stop_timer16() 326 void gtm_ack_timer16(struct gtm_timer *tmr, u16 events) in gtm_ack_timer16()
|
/arch/arm64/kvm/ |
D | arch_timer.c | 911 enum kvm_arch_timers tmr, in kvm_arm_timer_read_sysreg() 951 enum kvm_arch_timers tmr, in kvm_arm_timer_write_sysreg()
|
D | sys_regs.c | 997 enum kvm_arch_timers tmr; in access_arch_timer() local
|
/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 409 #define PPC_RAW_MTTMR(tmr, r) (0x7c0003dc | TMRN(tmr) | ___PPC_RS(r)) argument 410 #define PPC_RAW_MFTMR(tmr, r) (0x7c0002dc | TMRN(tmr) | ___PPC_RT(r)) argument 599 #define MTTMR(tmr, r) stringify_in_c(.long PPC_RAW_MTTMR(tmr, r)) argument 600 #define MFTMR(tmr, r) stringify_in_c(.long PPC_RAW_MFTMR(tmr, r)) argument
|
/arch/x86/include/asm/ |
D | apicdef.h | 264 } tmr [8]; member
|