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

  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 154 int begin_addr; member in struct:critical_section
176 int begin_addr; member in struct:scope
aicasm.c 452 cs->begin_addr, cs->end_addr);
515 new_patch->begin = scope->begin_addr;
823 cur_scope->end_addr - cur_scope->begin_addr;
839 - cur_scope->begin_addr;
aicasm_gram.y 982 cs->begin_addr = instruction_ptr;
1063 new_scope->begin_addr = instruction_ptr;
1088 new_scope->begin_addr = instruction_ptr;
1112 new_scope->begin_addr = instruction_ptr;
  /src/sys/dev/ic/
adwlib.c 1036 int begin_addr; local in function:AdwLoadMCode
1159 ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_CODE_BEGIN_ADDR, begin_addr);
1162 ADW_WRITE_WORD_REGISTER(iot, ioh, IOPW_RAM_ADDR, begin_addr);
1163 for (word = begin_addr; word < end_addr; word += 2) {

Completed in 15 milliseconds