Searched refs:NV_FSP_RPC_EMEM_BASE (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/vfio/lib/drivers/nv_falcon/ |
| H A D | nv_falcon.c | 192 fsp_emem_write(device, NV_FSP_RPC_EMEM_BASE, data, count); in fsp_rpc_send_data() 196 NV_FSP_RPC_EMEM_BASE + (count - 1) * 4); in fsp_rpc_send_data() 197 gpu_write32(gpu, NV_FSP_QUEUE_HEAD, NV_FSP_RPC_EMEM_BASE); in fsp_rpc_send_data() 223 fsp_emem_read(device, NV_FSP_RPC_EMEM_BASE, data, msg_size_words); 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() 254 gpu_write32(gpu, NV_FSP_MSG_QUEUE_HEAD, NV_FSP_RPC_EMEM_BASE); in fsp_reset_rpc_state()
|
| H A D | hw.h | 96 #define NV_FSP_RPC_EMEM_BASE \ macro
|