Searched refs:skip_addr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm.c87 int *skip_addr, int *func_vals);
538 int skip_addr; local
543 skip_addr = 0;
616 &skip_addr, func_values) == 0) {
654 int *skip_addr, int *func_vals)
665 *skip_addr = start_instr + cur_patch->skip_instr;
680 if (start_instr < *skip_addr)
653 check_patch(patch_t **start_patch, int start_instr, int *skip_addr, int *func_vals) argument
/netbsd-current/sys/dev/ic/
H A Daic7xxx.c236 u_int start_instr, u_int *skip_addr);
6289 u_int skip_addr; local
6318 skip_addr = 0;
6324 if (ahc_check_patch(ahc, &cur_patch, i, &skip_addr) == 0) {
6375 u_int start_instr, u_int *skip_addr)
6390 *skip_addr = start_instr + cur_patch->skip_instr;
6402 if (start_instr < *skip_addr)
6440 u_int skip_addr; local
6447 skip_addr = 0;
6449 ahc_check_patch(ahc, &cur_patch, i, &skip_addr);
6374 ahc_check_patch(struct ahc_softc *ahc, const struct patch **start_patch, u_int start_instr, u_int *skip_addr) argument
[all...]
H A Daic79xx.c226 u_int start_instr, u_int *skip_addr);
8266 u_int skip_addr; local
8355 skip_addr = 0;
8361 if (ahd_check_patch(ahd, &cur_patch, i, &skip_addr) == 0) {
8413 u_int start_instr, u_int *skip_addr)
8428 *skip_addr = start_instr + cur_patch->skip_instr;
8440 if (start_instr < *skip_addr)
8452 u_int skip_addr; local
8457 skip_addr = 0;
8461 ahd_check_patch(ahd, &cur_patch, i, &skip_addr);
8412 ahd_check_patch(struct ahd_softc *ahd, const struct patch **start_patch, u_int start_instr, u_int *skip_addr) argument
[all...]

Completed in 148 milliseconds