Lines Matching refs:stop_req
3232 int stop_req, max_stop_req; in r100_bandwidth_update() local
3489 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update()
3491 if (stop_req > max_stop_req) in r100_bandwidth_update()
3492 stop_req = max_stop_req; in r100_bandwidth_update()
3526 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update()
3529 (stop_req > 0x15)) { in r100_bandwidth_update()
3530 stop_req -= 0x10; in r100_bandwidth_update()
3532 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update()
3569 stop_req = mode2->hdisplay * pixel_bytes2 / 16; in r100_bandwidth_update()
3571 if (stop_req > max_stop_req) in r100_bandwidth_update()
3572 stop_req = max_stop_req; in r100_bandwidth_update()
3582 grph2_cntl |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update()
3585 (stop_req > 0x15)) { in r100_bandwidth_update()
3586 stop_req -= 0x10; in r100_bandwidth_update()
3588 grph2_cntl |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update()