Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c106 #define bcm_systimer_tc_write_4(reg, val) \ macro
150 bcm_systimer_tc_write_4(SYSTIMER_CS, (1 << st->index)); in bcm_systimer_start()
151 bcm_systimer_tc_write_4(SYSTIMER_C0 + st->index*4, clo); in bcm_systimer_start()
187 bcm_systimer_tc_write_4(SYSTIMER_CS, (1 << st->index)); in bcm_systimer_intr()