Searched refs:am335x_dmtimer_et_write_4 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c125 #define am335x_dmtimer_et_write_4(reg, val) \ macro
166 am335x_dmtimer_et_write_4(DMTIMER_TSICR, 2);
172 am335x_dmtimer_et_write_4(DMTIMER_TLDR, 0xFFFFFFFE - load);
175 am335x_dmtimer_et_write_4(DMTIMER_TCRR, 0xFFFFFFFE - count);
178 am335x_dmtimer_et_write_4(DMTIMER_IRQENABLE_SET, 2);
182 am335x_dmtimer_et_write_4(DMTIMER_TCLR, tclr);
193 am335x_dmtimer_et_write_4(DMTIMER_IRQENABLE_CLR, 7);
196 am335x_dmtimer_et_write_4(DMTIMER_TCLR, 0);
207 am335x_dmtimer_et_write_4(DMTIMER_IRQSTATUS, 7);

Completed in 166 milliseconds