Lines Matching refs:lo
160 u32 lo, hi; in tmr_cnt_read() local
162 lo = gfar_read(&etsects->regs->tmr_cnt_l); in tmr_cnt_read()
165 ns |= lo; in tmr_cnt_read()
173 u32 lo = ns & 0xffffffff; in tmr_cnt_write() local
175 gfar_write(&etsects->regs->tmr_cnt_l, lo); in tmr_cnt_write()
183 u32 lo, hi; in set_alarm() local
189 lo = ns & 0xffffffff; in set_alarm()
190 gfar_write(&etsects->regs->tmr_alarm1_l, lo); in set_alarm()
211 u32 ack = 0, lo, hi, mask, val; in isr() local
218 lo = gfar_read(&etsects->regs->tmr_etts1_l); in isr()
222 event.timestamp |= lo; in isr()
229 lo = gfar_read(&etsects->regs->tmr_etts2_l); in isr()
233 event.timestamp |= lo; in isr()
248 lo = ns & 0xffffffff; in isr()
250 gfar_write(&etsects->regs->tmr_alarm2_l, lo); in isr()