Searched refs:gpu_write32 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/vfio/lib/drivers/nv_falcon/ |
| H A D | nv_falcon.c | 77 static inline void gpu_write32(struct gpu_device *gpu, u32 offset, u32 value) in gpu_write32() function 160 gpu_write32(gpu, NV_FSP_EMEM_PORT2_CTRL, in fsp_emem_write() 164 gpu_write32(gpu, NV_FSP_EMEM_PORT2_DATA, data[i]); in fsp_emem_write() 174 gpu_write32(gpu, NV_FSP_EMEM_PORT2_CTRL, in fsp_emem_read() 195 gpu_write32(gpu, NV_FSP_QUEUE_TAIL, in fsp_rpc_send_data() 197 gpu_write32(gpu, NV_FSP_QUEUE_HEAD, NV_FSP_RPC_EMEM_BASE); in fsp_rpc_send_data() 226 gpu_write32(gpu, NV_FSP_MSG_QUEUE_TAIL, head); in fsp_rpc_receive_data() 251 gpu_write32(gpu, NV_FSP_QUEUE_TAIL, NV_FSP_RPC_EMEM_BASE); in fsp_reset_rpc_state() 252 gpu_write32(gpu, NV_FSP_QUEUE_HEAD, NV_FSP_RPC_EMEM_BASE); in fsp_reset_rpc_state() 253 gpu_write32(gpu, NV_FSP_MSG_QUEUE_TAIL, NV_FSP_RPC_EMEM_BASE); in fsp_reset_rpc_state() [all …]
|