Searched refs:start_instr (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 82 static int check_patch(patch_t **start_patch, int start_instr, 640 check_patch(patch_t **start_patch, int start_instr, in check_patch() argument 647 while (cur_patch != NULL && start_instr == cur_patch->begin) { in check_patch() 652 *skip_addr = start_instr + cur_patch->skip_instr; in check_patch() 667 if (start_instr < *skip_addr) in check_patch()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 231 u_int start_instr, u_int *skip_addr); 6440 u_int start_instr, u_int *skip_addr) in ahc_check_patch() argument 6450 while (cur_patch < last_patch && start_instr == cur_patch->begin) { in ahc_check_patch() 6455 *skip_addr = start_instr + cur_patch->skip_instr; in ahc_check_patch() 6467 if (start_instr < *skip_addr) in ahc_check_patch()
|
D | aic79xx_core.c | 221 u_int start_instr, u_int *skip_addr); 8243 u_int start_instr, u_int *skip_addr) in ahd_check_patch() argument 8253 while (cur_patch < last_patch && start_instr == cur_patch->begin) { in ahd_check_patch() 8258 *skip_addr = start_instr + cur_patch->skip_instr; in ahd_check_patch() 8270 if (start_instr < *skip_addr) in ahd_check_patch()
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 1641 struct sequencer_patch **start_patch, int start_instr, int *skip_addr) in aic7xxx_check_patch() argument 1651 while ((cur_patch < last_patch) && (start_instr == cur_patch->begin)) in aic7xxx_check_patch() 1658 *skip_addr = start_instr + cur_patch->skip_instr; in aic7xxx_check_patch() 1672 if (start_instr < *skip_addr) in aic7xxx_check_patch()
|