Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_gtm.c182 if (!tmr->gtpsr) in gtm_set_ref_timer16()
218 if (tmr->gtpsr) in gtm_set_ref_timer16()
219 out_be16(tmr->gtpsr, psr); in gtm_set_ref_timer16()
372 timers[0].gtpsr = &regs->gtpsr1; in gtm_set_shortcuts()
373 timers[1].gtpsr = &regs->gtpsr2; in gtm_set_shortcuts()
374 timers[2].gtpsr = &regs->gtpsr3; in gtm_set_shortcuts()
375 timers[3].gtpsr = &regs->gtpsr4; in gtm_set_shortcuts()
/linux-4.4.14/arch/powerpc/include/asm/
Dfsl_gtm.h30 __be16 __iomem *gtpsr; member