Searched refs:hpet_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/loongson/loongson-3/ |
D | hpet.c | 42 static void hpet_write(int offset, int data) in hpet_write() function 52 hpet_write(HPET_CFG, cfg); in hpet_start_counter() 60 hpet_write(HPET_CFG, cfg); in hpet_stop_counter() 65 hpet_write(HPET_COUNTER, 0); in hpet_reset_counter() 66 hpet_write(HPET_COUNTER + 4, 0); in hpet_reset_counter() 98 hpet_write(HPET_T0_CFG, cfg); in hpet_set_mode() 101 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_mode() 103 hpet_write(HPET_T0_CMP, HPET_COMPARE_VAL); in hpet_set_mode() 112 hpet_write(HPET_T0_CFG, cfg); in hpet_set_mode() 123 hpet_write(HPET_T0_CFG, cfg); in hpet_set_mode() [all …]
|