Go to the documentation of this file.
6 #ifndef __FLEXCOP_REG_H__
7 #define __FLEXCOP_REG_H__
35 #if defined(__LITTLE_ENDIAN)
38 #if defined(__BIG_ENDIAN)
41 #error no endian defined
45 #define fc_data_Tag_ID_DVB 0x3e
46 #define fc_data_Tag_ID_ATSC 0x3f
47 #define fc_data_Tag_ID_IDSB 0x8b
49 #define fc_key_code_default 0x1
50 #define fc_key_code_even 0x2
51 #define fc_key_code_odd 0x3
160 #define flexcop_set_ibi_value(reg,attr,val) { \
161 flexcop_ibi_value v = fc->read_ibi_reg(fc,reg); \
163 fc->write_ibi_reg(fc,reg,v); \