RESERVED1
uint8_t RESERVED1:1;
uint8_t RESERVED1:4;/* Bit 3:0 = RESERVED. Read all 0s*/
uint8_t RESERVED1 :4;
uint8_t RESERVED1: 3;
uint8_t RESERVED1 : 1;
u32 RESERVED1; /* 0x6C */
wr_opcode_name(RESERVED1), \
const u16 RESERVED1 = 0x07;
stream->bitfield = cpu_to_be16((RESERVED1 << 13) | es_pid);
const u16 RESERVED1 = 0x07;
pmt->bitfield = cpu_to_be16((RESERVED1 << 13) | pcr_pid);
RESERVED1,