Searched refs:mcode_data (Results 1 – 2 of 2) sorted by relevance
1017 u_int8_t *mcode_data = NULL; in AdwLoadMCode() local1032 mcode_data = (u_int8_t *)adw_asc3550_mcode_data.mcode_data; in AdwLoadMCode()1039 mcode_data = (u_int8_t *)adw_asc38C0800_mcode_data.mcode_data; in AdwLoadMCode()1046 mcode_data = (u_int8_t *)adw_asc38C1600_mcode_data.mcode_data; in AdwLoadMCode()1075 if (mcode_data[i] == 0xff) { in AdwLoadMCode()1076 for (j = 0; j < mcode_data[i + 1]; j++) { in AdwLoadMCode()1078 (((u_int16_t)mcode_data[i + 3] << 8) | in AdwLoadMCode()1079 mcode_data[i + 2])); in AdwLoadMCode()1083 } else if (mcode_data[i] == 0xfe) { in AdwLoadMCode()1085 (((u_int16_t)mcode_data[i + 2] << 8) | in AdwLoadMCode()[all …]
94 const u_int8_t *mcode_data; member