HomeSort by: relevance | last modified time | path
    Searched defs:mcode_data (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
adwmcode.h 93 const u_int8_t * const mcode_data; member in struct:adw_mcode
adwlib.c 1031 const u_int8_t *mcode_data; local in function:AdwLoadMCode
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)
    [all...]
adwmcode.h 93 const u_int8_t * const mcode_data; member in struct:adw_mcode
adwlib.c 1031 const u_int8_t *mcode_data; local in function:AdwLoadMCode
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)
    [all...]

Completed in 24 milliseconds