Searched refs:IPM_DEV (Results 1 – 1 of 1) sorted by relevance
| /tests/boards/intel_adsp/smoke/src/ |
| A D | ipm.c | 8 #define IPM_DEV device_get_binding("ipm_cavs_host") macro 24 zassert_equal(ipmdev, IPM_DEV, "wrong device"); in ipm_msg() 41 ipm_send(IPM_DEV, do_wait, IPCCMD_RETURN_MSG, msg, sizeof(msg)); in msg_transact() 80 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, ipm_handler, (void *)IPM_DEV); in ZTEST() 83 ipm_register_callback(IPM_DEV, ipm_msg, NULL); in ZTEST()
|
Completed in 3 milliseconds