Deleted Added
full compact
bktr_reg.h (43098) bktr_reg.h (43771)
1/*
2 * Copyright (c) 1995 Mark Tinguely and Jim Lowe
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

23 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
27 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 *
1/*
2 * Copyright (c) 1995 Mark Tinguely and Jim Lowe
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

23 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
27 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $Id: brktree_reg.h,v 1.23 1998/10/31 11:26:38 nsouch Exp $
31 * $Id: brktree_reg.h,v 1.24 1999/01/23 11:28:16 roger Exp $
32 */
33#ifndef PCI_LATENCY_TIMER
34#define PCI_LATENCY_TIMER 0x0c /* pci timer register */
35#endif
36
37/*
38 * Definitions for the Philips SAA7116 digital video to pci interface.
39 */
32 */
33#ifndef PCI_LATENCY_TIMER
34#define PCI_LATENCY_TIMER 0x0c /* pci timer register */
35#endif
36
37/*
38 * Definitions for the Philips SAA7116 digital video to pci interface.
39 */
40#define BROOKTREE_848_ID 0x0350109E
41#define BROOKTREE_849_ID 0x0351109E
42#define BROOKTREE_878_ID 0x036E109E
43#define BROOKTREE_879_ID 0x036F109E
40#define BROOKTREE_848_PCI_ID 0x0350109E
41#define BROOKTREE_849_PCI_ID 0x0351109E
42#define BROOKTREE_878_PCI_ID 0x036E109E
43#define BROOKTREE_879_PCI_ID 0x036F109E
44
44
45#define BROOKTREE_848 1
46#define BROOKTREE_848A 2
47#define BROOKTREE_849 3
48#define BROOKTREE_878 4
49#define BROOKTREE_879 5
50
45typedef volatile u_int bregister_t;
46/*
47 * if other persuasion endian, then compiler will probably require that
48 * these next
49 * macros be reversed
50 */
51#define BTBYTE(what) bregister_t what:8; int :24
52#define BTWORD(what) bregister_t what:16; int: 16

--- 459 unchanged lines hidden ---
51typedef volatile u_int bregister_t;
52/*
53 * if other persuasion endian, then compiler will probably require that
54 * these next
55 * macros be reversed
56 */
57#define BTBYTE(what) bregister_t what:8; int :24
58#define BTWORD(what) bregister_t what:16; int: 16

--- 459 unchanged lines hidden ---