hw.c (976e3645923bdd2fe7893aae33fd7a21098bfb28) hw.c (ed3d1489d2717a13f3b47b296bb2faa7ce4168da)
1/*
2 * Copyright 2006 Dave Airlie
3 * Copyright 2007 Maarten Maathuis
4 * Copyright 2007-2009 Stuart Bennett
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation

--- 12 unchanged lines hidden (view full) ---

21 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 * SOFTWARE.
23 */
24
25#include "nouveau_drv.h"
26#include "hw.h"
27
28#include <subdev/bios/pll.h>
1/*
2 * Copyright 2006 Dave Airlie
3 * Copyright 2007 Maarten Maathuis
4 * Copyright 2007-2009 Stuart Bennett
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation

--- 12 unchanged lines hidden (view full) ---

21 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 * SOFTWARE.
23 */
24
25#include "nouveau_drv.h"
26#include "hw.h"
27
28#include <subdev/bios/pll.h>
29#include <nvif/timer.h>
29
30#define CHIPSET_NFORCE 0x01a0
31#define CHIPSET_NFORCE2 0x01f0
32
33/*
34 * misc hw access wrappers/control functions
35 */
36

--- 798 unchanged lines hidden ---
30
31#define CHIPSET_NFORCE 0x01a0
32#define CHIPSET_NFORCE2 0x01f0
33
34/*
35 * misc hw access wrappers/control functions
36 */
37

--- 798 unchanged lines hidden ---