Home
last modified time | relevance | path

Searched refs:stop_req (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c242 struct hbm_host_stop_request stop_req = { 0 } ; in ishtp_hbm_stop_req() local
244 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()
/linux/drivers/gpu/drm/radeon/
H A Dr100.c3232 int stop_req, max_stop_req; in r100_bandwidth_update() local
3489 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 …]