Searched refs:stop_req (Results 1 – 3 of 3) 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()
3237 int stop_req, max_stop_req; in r100_bandwidth_update() local3494 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update()3496 if (stop_req > max_stop_req) in r100_bandwidth_update()3497 stop_req = max_stop_req; in r100_bandwidth_update()3531 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update()3534 (stop_req > 0x15)) { in r100_bandwidth_update()3535 stop_req -= 0x10; in r100_bandwidth_update()3537 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update()3574 stop_req = mode2->hdisplay * pixel_bytes2 / 16; in r100_bandwidth_update()3576 if (stop_req > max_stop_req) in r100_bandwidth_update()[all …]
1137 int stop_req, stop_req_done; in fjes_watch_unshare_task() local1159 stop_req = test_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task()1169 if ((!stop_req || in fjes_watch_unshare_task()