Lines Matching refs:mcode_data
1031 const u_int8_t *mcode_data; local
1046 mcode_data = (const u_int8_t *)adw_asc3550_mcode_data.mcode_data;
1053 mcode_data = (const u_int8_t *)adw_asc38C0800_mcode_data.mcode_data;
1060 mcode_data = (const u_int8_t *)adw_asc38C1600_mcode_data.mcode_data;
1092 if (mcode_data[i] == 0xff) {
1093 for (j = 0; j < mcode_data[i + 1]; j++) {
1095 (((u_int16_t)mcode_data[i + 3] << 8) |
1096 mcode_data[i + 2]));
1100 } else if (mcode_data[i] == 0xfe) {
1102 (((u_int16_t)mcode_data[i + 2] << 8) |
1103 mcode_data[i + 1]));
1108 mcode_data[(mcode_data[i] * 2) + 1] <<8) |
1109 mcode_data[mcode_data[i] * 2]));