Home
last modified time | relevance | path

Searched defs:TIMER_INIT (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dppc_manprf.h75 #define TIMER_INIT(count) __MTSPR(22/*DEC*/, count); \ macro
99 #define TIMER_INIT(count) __MTSPR(0x3db/*PIT*/, count); \ macro
115 #define TIMER_INIT(count) \ macro
125 #define TIMER_INIT(count) \ macro
138 #define TIMER_INIT(count) __MTSPR(22/*DEC*/, count) macro
Dcoldfire_manprf.h258 void TIMER_INIT(unsigned int count) in TIMER_INIT() function
311 void TIMER_INIT(unsigned int count) in TIMER_INIT() function
364 void TIMER_INIT(unsigned int count) in TIMER_INIT() function
Dmip_manprf.h56 asm void TIMER_INIT(unsigned int compare) in TIMER_INIT() function
Dbf_manprf.h62 void TIMER_INIT(unsigned int compare) in TIMER_INIT() function
Darm_manprf.h70 #define TIMER_INIT(ti_count) \ macro