Searched refs:queue_reset (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | vpe_v6_1.c | 279 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-6.12.1/drivers/virtio/ |
D | virtio_pci_modern_dev.c | 209 offsetof(struct virtio_pci_modern_common_cfg, queue_reset)); in check_offsets() 508 return vp_ioread16(&cfg->queue_reset); in vp_modern_get_queue_reset() 524 vp_iowrite16(1, &cfg->queue_reset); in vp_modern_set_queue_reset() 526 while (vp_ioread16(&cfg->queue_reset)) in vp_modern_set_queue_reset()
|
D | virtio_pci_modern.c | 291 if (vp_check_common_size_one_feature(vdev, VIRTIO_F_RING_RESET, queue_reset)) in vp_check_common_size()
|
/linux-6.12.1/include/uapi/linux/ |
D | virtio_pci.h | 177 __le16 queue_reset; /* read-write */ member
|
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | cik.c | 7549 bool queue_reset = false; in cik_irq_process() local 7956 queue_reset = true; in cik_irq_process() 7960 queue_reset = true; in cik_irq_process() 7964 queue_reset = true; in cik_irq_process() 7977 queue_reset = true; in cik_irq_process() 7981 queue_reset = true; in cik_irq_process() 7985 queue_reset = true; in cik_irq_process() 8046 queue_reset = true; in cik_irq_process() 8050 queue_reset = true; in cik_irq_process() 8054 queue_reset = true; in cik_irq_process() [all …]
|