Deleted Added
full compact
bktr_reg.h (33850) bktr_reg.h (35050)
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

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

31#ifndef PCI_LATENCY_TIMER
32#define PCI_LATENCY_TIMER 0x0c /* pci timer register */
33#endif
34
35/*
36 * Definitions for the Philips SAA7116 digital video to pci interface.
37 */
38#define BROOKTREE_848_ID 0x0350109E
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

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

31#ifndef PCI_LATENCY_TIMER
32#define PCI_LATENCY_TIMER 0x0c /* pci timer register */
33#endif
34
35/*
36 * Definitions for the Philips SAA7116 digital video to pci interface.
37 */
38#define BROOKTREE_848_ID 0x0350109E
39#define BROOKTREE 849_ID 0x0351109E
39#define BROOKTREE_849_ID 0x0351109E
40
41typedef volatile u_int bregister_t;
42/*
43 * if other persuasion endian, then compiler will probably require that
44 * these next
45 * macros be reversed
46 */
47#define BTBYTE(what) bregister_t what:8; int :24

--- 410 unchanged lines hidden ---
40
41typedef volatile u_int bregister_t;
42/*
43 * if other persuasion endian, then compiler will probably require that
44 * these next
45 * macros be reversed
46 */
47#define BTBYTE(what) bregister_t what:8; int :24

--- 410 unchanged lines hidden ---