Searched refs:begin_addr (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h156 int begin_addr; member in struct:critical_section
178 int begin_addr; member in struct:scope
H A Daicasm.c448 cs->begin_addr, cs->end_addr);
509 new_patch->begin = scope->begin_addr;
819 cur_scope->end_addr - cur_scope->begin_addr;
835 - cur_scope->begin_addr;
H A Daicasm_gram.y1013 cs->begin_addr = instruction_ptr;
1094 new_scope->begin_addr = instruction_ptr;
1119 new_scope->begin_addr = instruction_ptr;
1143 new_scope->begin_addr = instruction_ptr;
/drivers/scsi/
H A Dadvansys.c5060 int begin_addr; local
5160 AdvReadWordLram(iop_base, ASC_MC_CODE_BEGIN_ADDR, begin_addr);
5163 AdvWriteWordRegister(iop_base, IOPW_RAM_ADDR, begin_addr);
5164 for (word = begin_addr; word < end_addr; word += 2) {
5519 int begin_addr; local
5676 AdvReadWordLram(iop_base, ASC_MC_CODE_BEGIN_ADDR, begin_addr);
5679 AdvWriteWordRegister(iop_base, IOPW_RAM_ADDR, begin_addr);
5680 for (word = begin_addr; word < end_addr; word += 2) {
6019 int begin_addr; local
6178 AdvReadWordLram(iop_base, ASC_MC_CODE_BEGIN_ADDR, begin_addr);
[all...]

Completed in 82 milliseconds