Searched refs:skip_addr (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm.c | 83 int *skip_addr, int *func_vals); 532 int skip_addr; output_listing() local 537 skip_addr = 0; output_listing() 603 &skip_addr, func_values) == 0) { output_listing() 650 int *skip_addr, int *func_vals) check_patch() 661 *skip_addr = start_instr + cur_patch->skip_instr; check_patch() 676 if (start_instr < *skip_addr) check_patch() 649 check_patch(patch_t **start_patch, int start_instr, int *skip_addr, int *func_vals) check_patch() argument
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | offb.c | 600 goto skip_addr; offb_init_nodriver() 628 skip_addr: offb_init_nodriver()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 225 u_int start_instr, u_int *skip_addr); 6858 u_int skip_addr; ahc_loadseq() local 6888 skip_addr = 0; ahc_loadseq() 6894 if (ahc_check_patch(ahc, &cur_patch, i, &skip_addr) == 0) { ahc_loadseq() 6960 u_int start_instr, u_int *skip_addr) ahc_check_patch() 6975 *skip_addr = start_instr + cur_patch->skip_instr; ahc_check_patch() 6987 if (start_instr < *skip_addr) ahc_check_patch() 7025 u_int skip_addr; ahc_download_instr() local 7032 skip_addr = 0; ahc_download_instr() 7036 ahc_check_patch(ahc, &cur_patch, i, &skip_addr); ahc_download_instr() 7038 if (skip_addr > i) { ahc_download_instr() 7041 end_addr = min(address, skip_addr); ahc_download_instr() 7043 i = skip_addr; ahc_download_instr() 6959 ahc_check_patch(struct ahc_softc *ahc, const struct patch **start_patch, u_int start_instr, u_int *skip_addr) ahc_check_patch() argument
|
H A D | aic79xx_core.c | 217 u_int start_instr, u_int *skip_addr); 9362 u_int skip_addr; ahd_loadseq() local 9456 skip_addr = 0; ahd_loadseq() 9461 if (ahd_check_patch(ahd, &cur_patch, i, &skip_addr) == 0) { ahd_loadseq() 9513 u_int start_instr, u_int *skip_addr) ahd_check_patch() 9528 *skip_addr = start_instr + cur_patch->skip_instr; ahd_check_patch() 9540 if (start_instr < *skip_addr) ahd_check_patch() 9552 u_int skip_addr; ahd_resolve_seqaddr() local 9557 skip_addr = 0; ahd_resolve_seqaddr() 9561 ahd_check_patch(ahd, &cur_patch, i, &skip_addr); ahd_resolve_seqaddr() 9563 if (skip_addr > i) { ahd_resolve_seqaddr() 9566 end_addr = min(address, skip_addr); ahd_resolve_seqaddr() 9568 i = skip_addr; ahd_resolve_seqaddr() 9512 ahd_check_patch(struct ahd_softc *ahd, const struct patch **start_patch, u_int start_instr, u_int *skip_addr) ahd_check_patch() argument
|
/linux-4.1.27/drivers/char/ipmi/ |
H A D | ipmi_ssif.c | 1778 goto skip_addr; ssif_address_list() 1781 skip_addr: ssif_address_list()
|
Completed in 235 milliseconds