Home
last modified time | relevance | path

Searched refs:CSF_DOORBELL (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_fw.c959 gpu_write(ptdev, CSF_DOORBELL(CSF_GLB_DOORBELL_ID), 1); in panthor_fw_init_global_iface()
1044 gpu_write(ptdev, CSF_DOORBELL(CSF_GLB_DOORBELL_ID), 1); in panthor_fw_pre_reset()
1275 gpu_write(ptdev, CSF_DOORBELL(CSF_GLB_DOORBELL_ID), 1); in panthor_fw_ring_csg_doorbells()
1290 gpu_write(ptdev, CSF_DOORBELL(CSF_GLB_DOORBELL_ID), 1); in panthor_fw_ping_work()
Dpanthor_regs.h230 #define CSF_DOORBELL(i) (0x80000 + ((i) * 0x10000)) macro
Dpanthor_sched.c2950 gpu_write(ptdev, CSF_DOORBELL(queue->doorbell_id), 1); in queue_run_job()