Lines Matching refs:targ
913 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument
916 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info()
918 && (targ < AHC_NUM_TARGETS)) { in ahc_linux_setup_tag_info()
919 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff; in ahc_linux_setup_tag_info()
921 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahc_linux_setup_tag_info()
934 int targ; in ahc_parse_brace_option() local
943 targ = -1; in ahc_parse_brace_option()
959 if (targ == -1) in ahc_parse_brace_option()
960 targ = 0; in ahc_parse_brace_option()
970 if (targ != -1) in ahc_parse_brace_option()
971 targ = -1; in ahc_parse_brace_option()
980 else if (targ >= 0) in ahc_parse_brace_option()
981 targ++; in ahc_parse_brace_option()
996 callback(callback_arg, instance, targ, in ahc_parse_brace_option()