Searched refs:stop_req (Results 1 – 2 of 2) sorted by relevance
242 struct hbm_host_stop_request stop_req = { 0 } ; in ishtp_hbm_stop_req() local244 ishtp_hbm_hdr(&hdr, sizeof(stop_req)); in ishtp_hbm_stop_req()246 stop_req.hbm_cmd = HOST_STOP_REQ_CMD; in ishtp_hbm_stop_req()247 stop_req.reason = DRIVER_STOP_REQUEST; in ishtp_hbm_stop_req()249 ishtp_write_message(dev, &hdr, &stop_req); in ishtp_hbm_stop_req()
3232 int stop_req, max_stop_req; in r100_bandwidth_update() local3489 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()[all …]