Home
last modified time | relevance | path

Searched refs:ARMCP_PACKET_FENCE_VAL (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/misc/habanalabs/
Dfirmware_if.c100 (tmp == ARMCP_PACKET_FENCE_VAL), 1000, in hl_fw_send_cpu_message()
140 test_pkt.value = cpu_to_le64(ARMCP_PACKET_FENCE_VAL); in hl_fw_test_cpu_queue()
146 if (result == ARMCP_PACKET_FENCE_VAL) in hl_fw_test_cpu_queue()
187 hb_pkt.value = cpu_to_le64(ARMCP_PACKET_FENCE_VAL); in hl_fw_send_heartbeat()
192 if ((rc) || (result != ARMCP_PACKET_FENCE_VAL)) in hl_fw_send_heartbeat()
/Linux-v5.4/drivers/misc/habanalabs/include/
Darmcp_if.h219 #define ARMCP_PACKET_FENCE_VAL 0xFE8CE7A5 macro