Lines Matching refs:targ
906 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument
909 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info()
911 && (targ < AHC_NUM_TARGETS)) { in ahc_linux_setup_tag_info()
912 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff; in ahc_linux_setup_tag_info()
914 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahc_linux_setup_tag_info()
927 int targ; in ahc_parse_brace_option() local
936 targ = -1; in ahc_parse_brace_option()
952 if (targ == -1) in ahc_parse_brace_option()
953 targ = 0; in ahc_parse_brace_option()
963 if (targ != -1) in ahc_parse_brace_option()
964 targ = -1; in ahc_parse_brace_option()
973 else if (targ >= 0) in ahc_parse_brace_option()
974 targ++; in ahc_parse_brace_option()
989 callback(callback_arg, instance, targ, in ahc_parse_brace_option()