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

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

Completed in 37 milliseconds