Lines Matching refs:hi
160 u32 lo, hi; in tmr_cnt_read() local
163 hi = gfar_read(&etsects->regs->tmr_cnt_h); in tmr_cnt_read()
164 ns = ((u64) hi) << 32; in tmr_cnt_read()
172 u32 hi = ns >> 32; in tmr_cnt_write() local
176 gfar_write(&etsects->regs->tmr_cnt_h, hi); in tmr_cnt_write()
183 u32 lo, hi; in set_alarm() local
188 hi = ns >> 32; in set_alarm()
191 gfar_write(&etsects->regs->tmr_alarm1_h, hi); in set_alarm()
211 u32 ack = 0, lo, hi, mask, val; in isr() local
217 hi = gfar_read(&etsects->regs->tmr_etts1_h); in isr()
221 event.timestamp = ((u64) hi) << 32; in isr()
228 hi = gfar_read(&etsects->regs->tmr_etts2_h); in isr()
232 event.timestamp = ((u64) hi) << 32; in isr()
247 hi = ns >> 32; in isr()
251 gfar_write(&etsects->regs->tmr_alarm2_h, hi); in isr()