Home
last modified time | relevance | path

Searched refs:rq_isoch (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/char/agp/
Disoch.c88 u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async; in agp_3_5_isochronous_node_enable() local
228 rq_isoch = (target.y > 0x1) ? target.n * (1 << (target.y - 1)) : target.n; in agp_3_5_isochronous_node_enable()
229 rq_async = target.rq - rq_isoch; in agp_3_5_isochronous_node_enable()
233 if (tot_rq > rq_isoch) { in agp_3_5_isochronous_node_enable()
246 rem_isoch = rq_isoch - tot_rq; in agp_3_5_isochronous_node_enable()