Lines Matching defs:stop_req
3210 int stop_req, max_stop_req;
3467 stop_req = mode1->hdisplay * pixel_bytes1 / 16;
3469 if (stop_req > max_stop_req)
3470 stop_req = max_stop_req;
3504 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT);
3507 (stop_req > 0x15)) {
3508 stop_req -= 0x10;
3510 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT);
3547 stop_req = mode2->hdisplay * pixel_bytes2 / 16;
3549 if (stop_req > max_stop_req)
3550 stop_req = max_stop_req;
3560 grph2_cntl |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT);
3563 (stop_req > 0x15)) {
3564 stop_req -= 0x10;
3566 grph2_cntl |= (stop_req << RADEON_GRPH_START_REQ_SHIFT);