em_sti_write       76 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_SET_H, 0x40000000);
em_sti_write       77 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_SET_L, 0x00000000);
em_sti_write       80 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_INTENCLR, 3);
em_sti_write       81 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_INTFFCLR, 3);
em_sti_write       84 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_CONTROL, 1);
em_sti_write       92 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_INTENCLR, 3);
em_sti_write      123 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_INTENCLR, 1);
em_sti_write      126 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_COMPA_H, next >> 32);
em_sti_write      127 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_COMPA_L, next & 0xffffffff);
em_sti_write      130 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_INTFFCLR, 1);
em_sti_write      133 drivers/clocksource/em_sti.c 	em_sti_write(p, STI_INTENSET, 1);