Searched refs:skip_addr (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 83 int *skip_addr, int *func_vals); 531 int skip_addr; in output_listing() local 536 skip_addr = 0; in output_listing() 602 &skip_addr, func_values) == 0) { in output_listing() 649 int *skip_addr, int *func_vals) in check_patch() argument 660 *skip_addr = start_instr + cur_patch->skip_instr; in check_patch() 675 if (start_instr < *skip_addr) in check_patch()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | offb.c | 603 goto skip_addr; in offb_init_nodriver() 631 skip_addr: in offb_init_nodriver()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 218 u_int start_instr, u_int *skip_addr); 6797 u_int skip_addr; in ahc_loadseq() local 6827 skip_addr = 0; in ahc_loadseq() 6833 if (ahc_check_patch(ahc, &cur_patch, i, &skip_addr) == 0) { in ahc_loadseq() 6898 u_int start_instr, u_int *skip_addr) in ahc_check_patch() argument 6913 *skip_addr = start_instr + cur_patch->skip_instr; in ahc_check_patch() 6925 if (start_instr < *skip_addr) in ahc_check_patch() 6963 u_int skip_addr; in ahc_download_instr() local 6970 skip_addr = 0; in ahc_download_instr() 6974 ahc_check_patch(ahc, &cur_patch, i, &skip_addr); in ahc_download_instr() [all …]
|
D | aic79xx_core.c | 209 u_int start_instr, u_int *skip_addr); 9270 u_int skip_addr; in ahd_loadseq() local 9364 skip_addr = 0; in ahd_loadseq() 9369 if (ahd_check_patch(ahd, &cur_patch, i, &skip_addr) == 0) { in ahd_loadseq() 9420 u_int start_instr, u_int *skip_addr) in ahd_check_patch() argument 9435 *skip_addr = start_instr + cur_patch->skip_instr; in ahd_check_patch() 9447 if (start_instr < *skip_addr) in ahd_check_patch() 9459 u_int skip_addr; in ahd_resolve_seqaddr() local 9464 skip_addr = 0; in ahd_resolve_seqaddr() 9468 ahd_check_patch(ahd, &cur_patch, i, &skip_addr); in ahd_resolve_seqaddr() [all …]
|