Home
last modified time | relevance | path

Searched refs:em_sti_write (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/clocksource/
Dem_sti.c70 static inline void em_sti_write(struct em_sti_priv *p, int offs, in em_sti_write() function
91 em_sti_write(p, STI_SET_H, 0x40000000); in em_sti_enable()
92 em_sti_write(p, STI_SET_L, 0x00000000); in em_sti_enable()
95 em_sti_write(p, STI_INTENCLR, 3); in em_sti_enable()
96 em_sti_write(p, STI_INTFFCLR, 3); in em_sti_enable()
99 em_sti_write(p, STI_CONTROL, 1); in em_sti_enable()
107 em_sti_write(p, STI_INTENCLR, 3); in em_sti_disable()
138 em_sti_write(p, STI_INTENCLR, 1); in em_sti_set_next()
141 em_sti_write(p, STI_COMPA_H, next >> 32); in em_sti_set_next()
142 em_sti_write(p, STI_COMPA_L, next & 0xffffffff); in em_sti_set_next()
[all …]