Searched defs:TIMER_INIT (Results 1 – 5 of 5) sorted by relevance
75 #define TIMER_INIT(count) __MTSPR(22/*DEC*/, count); \ macro99 #define TIMER_INIT(count) __MTSPR(0x3db/*PIT*/, count); \ macro115 #define TIMER_INIT(count) \ macro125 #define TIMER_INIT(count) \ macro138 #define TIMER_INIT(count) __MTSPR(22/*DEC*/, count) macro
258 void TIMER_INIT(unsigned int count) in TIMER_INIT() function311 void TIMER_INIT(unsigned int count) in TIMER_INIT() function364 void TIMER_INIT(unsigned int count) in TIMER_INIT() function
56 asm void TIMER_INIT(unsigned int compare) in TIMER_INIT() function
62 void TIMER_INIT(unsigned int compare) in TIMER_INIT() function
70 #define TIMER_INIT(ti_count) \ macro