HomeSort by: relevance | last modified time | path
    Searched defs:stop_req (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r100.c 3232 int stop_req, max_stop_req; local in function:r100_bandwidth_update
3492 stop_req = mode1->hdisplay * pixel_bytes1 / 16;
3494 if (stop_req > max_stop_req)
3495 stop_req = max_stop_req;
3529 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT);
3532 (stop_req > 0x15)) {
3533 stop_req -= 0x10;
3535 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT);
3572 stop_req = mode2->hdisplay * pixel_bytes2 / 16;
3574 if (stop_req > max_stop_req
    [all...]

Completed in 13 milliseconds