]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - sys/mips/cavium/dev/rgmii/octeon_fau.c
Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.
[FreeBSD/releng/8.2.git] / sys / mips / cavium / dev / rgmii / octeon_fau.c
1 /*------------------------------------------------------------------
2  * octeon_fau.c        Fetch & Add Block
3  *
4  *------------------------------------------------------------------
5  */
6
7 #include <sys/param.h>
8 #include <sys/systm.h>
9
10 #include <mips/octeon1/octeon_pcmap_regs.h>
11 #include "octeon_fau.h"
12
13 /*
14  * oct_fau_init
15  *
16  * How do we initialize FAU unit. I don't even think we can reset it.
17  */
18 void octeon_fau_init (void)
19 {
20 }
21
22
23 /*
24  * oct_fau_enable
25  *
26  * Let the Fetch/Add unit roll
27  */
28 void octeon_fau_enable (void)
29 {
30 }
31
32
33 /*
34  * oct_fau_disable
35  *
36  * disable fau
37  *
38  * Don't know if we can even do that.
39  */
40 void octeon_fau_disable (void)
41 {
42 }