Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dem_sti.c76 em_sti_write(p, STI_SET_H, 0x40000000); in em_sti_enable()
77 em_sti_write(p, STI_SET_L, 0x00000000); in em_sti_enable()
80 em_sti_write(p, STI_INTENCLR, 3); in em_sti_enable()
81 em_sti_write(p, STI_INTFFCLR, 3); in em_sti_enable()
84 em_sti_write(p, STI_CONTROL, 1); in em_sti_enable()
92 em_sti_write(p, STI_INTENCLR, 3); in em_sti_disable()
123 em_sti_write(p, STI_INTENCLR, 1); in em_sti_set_next()
126 em_sti_write(p, STI_COMPA_H, next >> 32); in em_sti_set_next()
127 em_sti_write(p, STI_COMPA_L, next & 0xffffffff); in em_sti_set_next()
130 em_sti_write(p, STI_INTFFCLR, 1); in em_sti_set_next()
[all …]