rq_isoch           88 drivers/char/agp/isoch.c 	u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async;
rq_isoch          228 drivers/char/agp/isoch.c 	rq_isoch = (target.y > 0x1) ? target.n * (1 << (target.y - 1)) : target.n;
rq_isoch          229 drivers/char/agp/isoch.c 	rq_async = target.rq - rq_isoch;
rq_isoch          233 drivers/char/agp/isoch.c 	if (tot_rq > rq_isoch) {
rq_isoch          246 drivers/char/agp/isoch.c 	rem_isoch = rq_isoch - tot_rq;