Searched refs:sp804_timer_tc_write_4 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/versatile/ |
| H A D | sp804.c | 112 #define sp804_timer_tc_write_4(reg, val) \ macro 136 sp804_timer_tc_write_4(SP804_TIMER2_LOAD, count); in sp804_timer_start() 140 sp804_timer_tc_write_4(SP804_TIMER2_CONTROL, reg); in sp804_timer_start() 161 sp804_timer_tc_write_4(SP804_TIMER2_CONTROL, reg); in sp804_timer_stop() 176 sp804_timer_tc_write_4(SP804_TIMER2_INTCLR, 1); in sp804_timer_intr() 244 sp804_timer_tc_write_4(SP804_TIMER1_CONTROL, 0); in sp804_timer_attach() 245 sp804_timer_tc_write_4(SP804_TIMER2_CONTROL, 0); in sp804_timer_attach() 258 sp804_timer_tc_write_4(SP804_TIMER1_VALUE, 0xffffffff); in sp804_timer_attach() 259 sp804_timer_tc_write_4(SP804_TIMER1_LOAD, 0xffffffff); in sp804_timer_attach() 261 sp804_timer_tc_write_4(SP804_TIMER1_CONTROL, reg); in sp804_timer_attach() [all …]
|