Lines Matching refs:target
82 struct isoch_data *master, target; in agp_3_5_isochronous_node_enable() local
122 target.maxbw = (tnistat >> 16) & 0xff; in agp_3_5_isochronous_node_enable()
123 target.n = (tnistat >> 8) & 0xff; in agp_3_5_isochronous_node_enable()
124 target.y = (tnistat >> 6) & 0x3; in agp_3_5_isochronous_node_enable()
125 target.l = (tnistat >> 3) & 0x7; in agp_3_5_isochronous_node_enable()
126 target.rq = (tstatus >> 24) & 0xff; in agp_3_5_isochronous_node_enable()
128 y_max = target.y; in agp_3_5_isochronous_node_enable()
155 if (tot_bw > target.maxbw) { in agp_3_5_isochronous_node_enable()
163 target.y = y_max; in agp_3_5_isochronous_node_enable()
173 tnicmd |= target.y << 6; in agp_3_5_isochronous_node_enable()
178 target.n = (tnistat >> 8) & 0xff; in agp_3_5_isochronous_node_enable()
182 master[cdev].y = target.y; in agp_3_5_isochronous_node_enable()
190 if (tot_n > target.n) { in agp_3_5_isochronous_node_enable()
201 rem = target.n - tot_n; in agp_3_5_isochronous_node_enable()
226 rq_isoch = (target.y > 0x1) ? target.n * (1 << (target.y - 1)) : target.n; in agp_3_5_isochronous_node_enable()
227 rq_async = target.rq - rq_isoch; in agp_3_5_isochronous_node_enable()