Searched refs:mcode_data (Results 1 – 2 of 2) sorted by relevance
1031 const u_int8_t *mcode_data; local1046 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) |[all …]
93 const u_int8_t * const mcode_data; member