Searched refs:stop_req (Results 1 – 2 of 2) sorted by relevance
3214 int stop_req, max_stop_req; in r100_bandwidth_update() local3465 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update()3467 if (stop_req > max_stop_req) in r100_bandwidth_update()3468 stop_req = max_stop_req; in r100_bandwidth_update()3502 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update()3505 (stop_req > 0x15)) { in r100_bandwidth_update()3506 stop_req -= 0x10; in r100_bandwidth_update()3508 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update()3545 stop_req = mode2->hdisplay * pixel_bytes2 / 16; in r100_bandwidth_update()3547 if (stop_req > max_stop_req) in r100_bandwidth_update()[all …]
1241 int stop_req, stop_req_done; in fjes_watch_unshare_task() local1262 stop_req = test_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task()1272 if ((!stop_req || in fjes_watch_unshare_task()