Searched refs:co_cpu_write (Results 1 – 2 of 2) sorted by relevance
590 co_cpu_write(CO_CPU_STAT,co_cpu_read(CO_CPU_STAT) & ~CO_STAT_TIMEINTR); in do_timer_interrupt()913 co_cpu_write(CO_CPU_TIMEVAL, CO_TIME_HZ/HZ); in time_init()916 co_cpu_write(CO_CPU_CTRL, co_cpu_read(CO_CPU_CTRL) | CO_CTRL_TIMERUN); in time_init()919 co_cpu_write(CO_CPU_CTRL, co_cpu_read(CO_CPU_CTRL) & ~CO_CTRL_TIMEMASK); in time_init()
89 static __inline void co_cpu_write(unsigned long reg, unsigned long v) in co_cpu_write() function