Lines Matching refs:stop_req
3207 int stop_req, max_stop_req; in r100_bandwidth_update() local
3464 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update()
3466 if (stop_req > max_stop_req) in r100_bandwidth_update()
3467 stop_req = max_stop_req; in r100_bandwidth_update()
3501 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update()
3504 (stop_req > 0x15)) { in r100_bandwidth_update()
3505 stop_req -= 0x10; in r100_bandwidth_update()
3507 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update()
3544 stop_req = mode2->hdisplay * pixel_bytes2 / 16; in r100_bandwidth_update()
3546 if (stop_req > max_stop_req) in r100_bandwidth_update()
3547 stop_req = max_stop_req; in r100_bandwidth_update()
3557 grph2_cntl |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update()
3560 (stop_req > 0x15)) { in r100_bandwidth_update()
3561 stop_req -= 0x10; in r100_bandwidth_update()
3563 grph2_cntl |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update()