Searched refs:HPET_Tn_CMP (Results 1 – 4 of 4) sorted by relevance
331 l = hpet_readl(HPET_Tn_CMP(i)); in _hpet_print_config()391 hpet_writel(cmp, HPET_Tn_CMP(timer)); in hpet_set_mode()405 cmp2 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_set_mode()441 hpet_writel(cmp, HPET_Tn_CMP(timer)); in hpet_check_stopped()444 cmp2 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_check_stopped()452 cmp3 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_check_stopped()474 hpet_writel(cmp, HPET_Tn_CMP(timer)); in hpet_check_stopped()477 cmp2 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_check_stopped()485 cmp3 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_check_stopped()502 cmp2 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_check_stopped()[all …]
135 case HPET_Tn_CMP(0): in hpet_read64()136 case HPET_Tn_CMP(1): in hpet_read64()137 case HPET_Tn_CMP(2): in hpet_read64()188 result = addr < HPET_Tn_CMP(0) || in hpet_read()189 ((addr - HPET_Tn_CMP(0)) % (HPET_Tn_CMP(1) - HPET_Tn_CMP(0))) > 7; in hpet_read()419 case HPET_Tn_CMP(0): in hpet_write()420 case HPET_Tn_CMP(1): in hpet_write()421 case HPET_Tn_CMP(2): in hpet_write()
18 #define HPET_Tn_CMP(n) (0x108 + (n) * 0x20) macro
105 hpet_write32(cmp, HPET_Tn_CMP(timer)); in hpet_next_event()138 hpet_write32(0, HPET_Tn_CMP(ch->idx)); in reprogram_hpet_evt_channel()
Completed in 10 milliseconds