Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c136 uint32_t clo, clo1; in bcm_systimer_start() local
144 clo = bcm_systimer_tc_read_4(SYSTIMER_CLO); in bcm_systimer_start()
146 clo += count; in bcm_systimer_start()
151 bcm_systimer_tc_write_4(SYSTIMER_C0 + st->index*4, clo); in bcm_systimer_start()
153 if ((int32_t)(clo1 - clo) >= 0) { in bcm_systimer_start()
155 clo = clo1; in bcm_systimer_start()