Lines Matching refs:tgoal

841 		tp->tgoal.check_nego = 1;  in sym53c8xx_slave_destroy()
918 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()
919 tp->tgoal.qas = 0; in sym_exec_user_command()
920 tp->tgoal.offset = 0; in sym_exec_user_command()
924 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()
925 tp->tgoal.qas = 1; in sym_exec_user_command()
926 tp->tgoal.width = 1; in sym_exec_user_command()
927 tp->tgoal.period = uc->data; in sym_exec_user_command()
928 tp->tgoal.offset = np->maxoffs_dt; in sym_exec_user_command()
932 tp->tgoal.iu = tp->tgoal.dt = in sym_exec_user_command()
933 tp->tgoal.qas = 0; in sym_exec_user_command()
934 tp->tgoal.period = uc->data; in sym_exec_user_command()
935 tp->tgoal.offset = np->maxoffs; in sym_exec_user_command()
937 tp->tgoal.check_nego = 1; in sym_exec_user_command()
940 tp->tgoal.width = uc->data ? 1 : 0; in sym_exec_user_command()
941 tp->tgoal.check_nego = 1; in sym_exec_user_command()
1886 tp->tgoal.offset = offset; in sym2_set_offset()
1887 tp->tgoal.check_nego = 1; in sym2_set_offset()
1899 tp->tgoal.dt = 1; in sym2_set_period()
1901 tp->tgoal.period = period; in sym2_set_period()
1902 tp->tgoal.check_nego = 1; in sym2_set_period()
1914 tp->tgoal.iu = tp->tgoal.dt = tp->tgoal.qas = 0; in sym2_set_width()
1916 tp->tgoal.width = width; in sym2_set_width()
1917 tp->tgoal.check_nego = 1; in sym2_set_width()
1928 tp->tgoal.dt = 1; in sym2_set_dt()
1930 tp->tgoal.iu = tp->tgoal.dt = tp->tgoal.qas = 0; in sym2_set_dt()
1931 tp->tgoal.check_nego = 1; in sym2_set_dt()
1942 tp->tgoal.iu = tp->tgoal.dt = 1;
1944 tp->tgoal.iu = 0;
1945 tp->tgoal.check_nego = 1;
1955 tp->tgoal.dt = tp->tgoal.qas = 1;
1957 tp->tgoal.qas = 0;
1958 tp->tgoal.check_nego = 1;