cx23418.h (552c69b36ebd966186573b9c7a286b390935cce1) cx23418.h (167905540e08e37162adc24066427944f71bf7a4)
1/*
2 * cx18 header containing common defines.
3 *
4 * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

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

434#define CXERR_ABORT 0x00000F
435
436/* Specified I2C device not found for read/write */
437#define CXERR_I2CDEV_NOTFOUND 0x000010
438
439/* Error in I2C data xfer (but I2C device is present) */
440#define CXERR_I2CDEV_XFERERR 0x000011
441
1/*
2 * cx18 header containing common defines.
3 *
4 * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

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

434#define CXERR_ABORT 0x00000F
435
436/* Specified I2C device not found for read/write */
437#define CXERR_I2CDEV_NOTFOUND 0x000010
438
439/* Error in I2C data xfer (but I2C device is present) */
440#define CXERR_I2CDEV_XFERERR 0x000011
441
442/* Chanel changing component not ready */
442/* Channel changing component not ready */
443#define CXERR_CHANNELNOTREADY 0x000012
444
445/* PPU (Presensation/Decoder) mail box is corrupted */
446#define CXERR_PPU_MB_CORRUPT 0x000013
447
448/* CPU (Capture/Encoder) mail box is corrupted */
449#define CXERR_CPU_MB_CORRUPT 0x000014
450

--- 37 unchanged lines hidden ---
443#define CXERR_CHANNELNOTREADY 0x000012
444
445/* PPU (Presensation/Decoder) mail box is corrupted */
446#define CXERR_PPU_MB_CORRUPT 0x000013
447
448/* CPU (Capture/Encoder) mail box is corrupted */
449#define CXERR_CPU_MB_CORRUPT 0x000014
450

--- 37 unchanged lines hidden ---