Lines Matching defs:em_sti_write
58 static inline void em_sti_write(struct em_sti_priv *p, int offs,
76 em_sti_write(p, STI_SET_H, 0x40000000);
77 em_sti_write(p, STI_SET_L, 0x00000000);
80 em_sti_write(p, STI_INTENCLR, 3);
81 em_sti_write(p, STI_INTFFCLR, 3);
84 em_sti_write(p, STI_CONTROL, 1);
92 em_sti_write(p, STI_INTENCLR, 3);
123 em_sti_write(p, STI_INTENCLR, 1);
126 em_sti_write(p, STI_COMPA_H, next >> 32);
127 em_sti_write(p, STI_COMPA_L, next & 0xffffffff);
130 em_sti_write(p, STI_INTFFCLR, 1);
133 em_sti_write(p, STI_INTENSET, 1);