Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:50

0001 /*  clock.s
0002  *
0003  *  This file contains the assembly code for the Hurricane BSP clock driver.
0004  *
0005  *  Author:     Craig Lebakken <craigl@transition.com>
0006  *
0007  *  COPYRIGHT (c) 1996 by Transition Networks Inc.
0008  *
0009  *  To anyone who acknowledges that this file is provided "AS IS"
0010  *  without any express or implied warranty:
0011  *      permission to use, copy, modify, and distribute this file
0012  *      for any purpose is hereby granted without fee, provided that
0013  *      the above copyright notice and this notice appears in all
0014  *      copies, and that the name of Transition Networks not be used in
0015  *      advertising or publicity pertaining to distribution of the
0016  *      software without specific, written prior permission.
0017  *      Transition Networks makes no representations about the suitability
0018  *      of this software for any purpose.
0019  */
0020 
0021 extern void mips_set_timer( uint32_t timer_clock_interval );