bt848.h (58e16d792a6a8c6b750f637a4649967fcac853dc) bt848.h (b7ec3212a73abc987e8f33aa42988e6c39c38c92)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 bt848.h - Bt848 register offsets
4
5 Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
6
7*/
8

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

226#define BT848_VBI_PACK_DEL_VBI_PKT_HI 1
227
228
229#define BT848_INT_STAT 0x100
230#define BT848_INT_MASK 0x104
231
232#define BT848_INT_ETBF (1<<23)
233
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 bt848.h - Bt848 register offsets
4
5 Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
6
7*/
8

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

226#define BT848_VBI_PACK_DEL_VBI_PKT_HI 1
227
228
229#define BT848_INT_STAT 0x100
230#define BT848_INT_MASK 0x104
231
232#define BT848_INT_ETBF (1<<23)
233
234#define BT848_RISC_VIDEO 1
235#define BT848_RISC_TOP 2
236#define BT848_RISC_VBI 4
237
234#define BT848_INT_RISCS (0xf<<28)
238#define BT848_INT_RISCS (0xf<<28)
239#define BT848_INT_RISCS_VIDEO (BT848_RISC_VIDEO << 28)
240#define BT848_INT_RISCS_TOP (BT848_RISC_TOP << 28)
241#define BT848_INT_RISCS_VBI (BT848_RISC_VBI << 28)
242
235#define BT848_INT_RISC_EN (1<<27)
236#define BT848_INT_RACK (1<<25)
237#define BT848_INT_FIELD (1<<24)
238#define BT848_INT_SCERR (1<<19)
239#define BT848_INT_OCERR (1<<18)
240#define BT848_INT_PABORT (1<<17)
241#define BT848_INT_RIPERR (1<<16)
242#define BT848_INT_PPERR (1<<15)

--- 115 unchanged lines hidden ---
243#define BT848_INT_RISC_EN (1<<27)
244#define BT848_INT_RACK (1<<25)
245#define BT848_INT_FIELD (1<<24)
246#define BT848_INT_SCERR (1<<19)
247#define BT848_INT_OCERR (1<<18)
248#define BT848_INT_PABORT (1<<17)
249#define BT848_INT_RIPERR (1<<16)
250#define BT848_INT_PPERR (1<<15)

--- 115 unchanged lines hidden ---