Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/68360/
Dconfig.c69 unsigned short tgcr_save; in hw_timer_init() local
85 tgcr_save = pquicc->timer_tgcr & 0xfff0; in hw_timer_init()
86 pquicc->timer_tgcr = tgcr_save; /* stop and reset timer 1 */ in hw_timer_init()
105 tgcr_save = (pquicc->timer_tgcr & 0xfff0) | 0x0001; in hw_timer_init()
106 pquicc->timer_tgcr = tgcr_save; in hw_timer_init()