Searched refs:CSF_DOORBELL (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_fw.c | 1004 gpu_write(ptdev, CSF_DOORBELL(CSF_GLB_DOORBELL_ID), 1); in panthor_fw_init_global_iface() 1089 gpu_write(ptdev, CSF_DOORBELL(CSF_GLB_DOORBELL_ID), 1); in panthor_fw_pre_reset() 1306 gpu_write(ptdev, CSF_DOORBELL(CSF_GLB_DOORBELL_ID), 1); in panthor_fw_ring_csg_doorbells() 1321 gpu_write(ptdev, CSF_DOORBELL(CSF_GLB_DOORBELL_ID), 1); in panthor_fw_ping_work()
|
H A D | panthor_regs.h | 230 #define CSF_DOORBELL(i) (0x80000 + ((i) * 0x10000)) macro
|
H A D | panthor_sched.c | 3189 gpu_write(ptdev, CSF_DOORBELL(queue->doorbell_id), 1); in queue_run_job()
|