Lines Matching refs:stop_req
3231 int stop_req, max_stop_req; in r100_bandwidth_update() local
3488 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update()
3490 if (stop_req > max_stop_req) in r100_bandwidth_update()
3491 stop_req = max_stop_req; in r100_bandwidth_update()
3525 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update()
3528 (stop_req > 0x15)) { in r100_bandwidth_update()
3529 stop_req -= 0x10; in r100_bandwidth_update()
3531 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update()
3568 stop_req = mode2->hdisplay * pixel_bytes2 / 16; in r100_bandwidth_update()
3570 if (stop_req > max_stop_req) in r100_bandwidth_update()
3571 stop_req = max_stop_req; in r100_bandwidth_update()
3581 grph2_cntl |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update()
3584 (stop_req > 0x15)) { in r100_bandwidth_update()
3585 stop_req -= 0x10; in r100_bandwidth_update()
3587 grph2_cntl |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update()