Home | History | Annotate | Download | only in sh3

Lines Matching defs:pclock

76 	uint32_t pclock;	/* PCLOCK */
82 #ifdef PCLOCK
83 .pclock = PCLOCK,
133 /* Set TMU channel 0 source to PCLOCK / 16 */
135 sh_clock.tmuclk = sh_clock.pclock / 16;
162 * Estimate PCLOCK
164 if (sh_clock.pclock == 0) {
167 /* set TMU channel 1 source to PCLOCK / 4 */
178 sh_clock.pclock
200 return (sh_clock.pclock);
233 if (sh_clock.pclock == 0)
234 panic("No PCLOCK information.");
246 /* use PCLOCK/16 as TMU0 source */
282 sh_clock.tc.tc_frequency = sh_clock.pclock / 4;