Searched refs:write_c0_compare (Results 1 – 12 of 12) sorted by relevance
32 write_c0_compare(cnt); in mips_next_event()72 write_c0_compare(read_c0_compare()); in c0_compare_interrupt()127 write_c0_compare(read_c0_count()); in c0_compare_int_usable()136 write_c0_compare(cnt); in c0_compare_int_usable()150 write_c0_compare(read_c0_count()); in c0_compare_int_usable()
149 write_c0_compare(nextcomp); in mips_next_event()159 write_c0_compare(nextcomp); in mips_next_event()223 write_c0_compare(nextstamp); in smtc_distribute_timer()241 write_c0_compare(read_c0_compare()); in c0_compare_interrupt()
97 write_c0_compare(read_c0_count() + COUNTON); in synchronise_count_master()154 write_c0_compare(read_c0_count() + COUNTON); in synchronise_count_slave()
170 write_c0_compare(read_c0_count() + (8 * mips_hpt_frequency / HZ)); in cmp_smp_finish()
168 write_c0_compare(read_c0_count() + (8* mips_hpt_frequency/HZ)); in vsmp_smp_finish()
627 write_c0_compare(read_c0_count() + mips_hpt_frequency/HZ); in smtc_smp_finish()
82 write_c0_compare(delta); in pnx8xxx_set_next_event()94 write_c0_compare(cpj); in timer_ack()
40 write_c0_compare(0xffff); in plat_time_init()
184 write_c0_compare(read_c0_count() + mips_hpt_frequency / HZ); in octeon_smp_finish()
372 write_c0_compare(read_c0_count()); in plat_irq_dispatch()
457 write_c0_compare(0); in txx9_machine_halt()
814 #define write_c0_compare(val) __write_32bit_c0_register($11, 0, val) macro