Lines Matching refs:program_info_length
1098 int program_info_length;
1121 program_info_length = ((msg[4] & 0x0f) << 8) + msg[5];
1122 if (program_info_length > 0)
1123 program_info_length--; /* Remove pmt_cmd_id */
1149 c->operand[22] = (program_info_length >> 8); /* Program info length */
1150 c->operand[23] = (program_info_length & 0xff);
1155 if (program_info_length > 0) {
1160 if (program_info_length > sizeof(c->operand) - 4 - write_pos) {
1166 program_info_length);
1167 read_pos += program_info_length;
1168 write_pos += program_info_length;