Lines Matching refs:pquicc
42 extern QUICC *pquicc;
55 pquicc->timer_ter1 = 0x0002; /* clear timer event */ in hw_tick()
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()
90 pquicc->timer_tmr1 = 0x001a | /* or=1, frr=1, iclk=01b */ in hw_timer_init()
93 pquicc->timer_tcn1 = 0x0000; /* initial count */ in hw_timer_init()
95 pquicc->timer_trr1 = (system_clock/ prescaler) / HZ; /* reference count */ in hw_timer_init()
97 pquicc->timer_ter1 = 0x0003; /* clear timer events */ 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()
139 unsigned int local_pllcr = (unsigned int)(pquicc->sim_pllcr); in _bsc0()
142 int mf = (int)(pquicc->sim_pllcr & 0x0fff); in _bsc0()
147 int mf = (int)(pquicc->sim_pllcr & 0x0fff); in _bsc0()