Home
last modified time | relevance | path

Searched refs:queue_reset (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvpe_v6_1.c279 uint32_t queue_reset, i; in vpe_v_6_1_ring_stop() local
284 queue_reset = RREG32(vpe_get_reg_offset(vpe, i, regVPEC_QUEUE_RESET_REQ_6_1_1)); in vpe_v_6_1_ring_stop()
286 queue_reset = RREG32(vpe_get_reg_offset(vpe, i, regVPEC_QUEUE_RESET_REQ)); in vpe_v_6_1_ring_stop()
288 queue_reset = REG_SET_FIELD(queue_reset, VPEC_QUEUE_RESET_REQ, QUEUE0_RESET, 1); in vpe_v_6_1_ring_stop()
291 WREG32(vpe_get_reg_offset(vpe, i, regVPEC_QUEUE_RESET_REQ_6_1_1), queue_reset); in vpe_v_6_1_ring_stop()
295 WREG32(vpe_get_reg_offset(vpe, i, regVPEC_QUEUE_RESET_REQ), queue_reset); in vpe_v_6_1_ring_stop()
/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c209 offsetof(struct virtio_pci_modern_common_cfg, queue_reset)); in check_offsets()
519 return vp_ioread16(&cfg->queue_reset); in vp_modern_get_queue_reset()
535 vp_iowrite16(1, &cfg->queue_reset); in vp_modern_set_queue_reset()
537 while (vp_ioread16(&cfg->queue_reset)) in vp_modern_set_queue_reset()
H A Dvirtio_pci_modern.c410 if (vp_check_common_size_one_feature(vdev, VIRTIO_F_RING_RESET, queue_reset)) in vp_check_common_size()
/linux/include/uapi/linux/
H A Dvirtio_pci.h192 __le16 queue_reset; /* read-write */ member
/linux/drivers/cxl/core/
H A Dregion.c357 static int queue_reset(struct cxl_region *cxlr) in queue_reset() function
431 rc = queue_reset(cxlr); in commit_store()