Changes in kernel/genarch/src/drivers/am335x/timer.c [a940f1d:9c56996] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/drivers/am335x/timer.c
ra940f1d r9c56996 119 119 /* Disable compare mode */ 120 120 tclr &= ~AM335x_TIMER_TCLR_CE_FLAG; 121 121 /* Enable the prescaler, divisor = 2 */ 122 tclr |= AM335x_TIMER_TCLR_PRE_FLAG; 123 tclr &= ~(AM335x_TIMER_TCLR_PTV_MASK << AM335x_TIMER_TCLR_PTV_SHIFT); 122 124 /* Enable auto-reload mode */ 123 125 tclr |= AM335x_TIMER_TCLR_AR_FLAG;
Note:
See TracChangeset
for help on using the changeset viewer.