Lines Matching defs:stop_req
3213 int stop_req, max_stop_req;
3470 stop_req = mode1->hdisplay * pixel_bytes1 / 16;
3472 if (stop_req > max_stop_req)
3473 stop_req = max_stop_req;
3507 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT);
3510 (stop_req > 0x15)) {
3511 stop_req -= 0x10;
3513 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT);
3550 stop_req = mode2->hdisplay * pixel_bytes2 / 16;
3552 if (stop_req > max_stop_req)
3553 stop_req = max_stop_req;
3563 grph2_cntl |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT);
3566 (stop_req > 0x15)) {
3567 stop_req -= 0x10;
3569 grph2_cntl |= (stop_req << RADEON_GRPH_START_REQ_SHIFT);