Home
last modified time | relevance | path

Searched refs:msg_resp_off (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/platform/x86/amd/hsmp/
H A Dhsmp.h31 u32 msg_resp_off; member
H A Dacpi.c161 sock->mbinfo.msg_resp_off = msgint->integer.value; in hsmp_read_acpi_dsd()
171 if (!sock->mbinfo.msg_id_off || !sock->mbinfo.msg_resp_off || in hsmp_read_acpi_dsd()
H A Dhsmp.c67 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_resp_off, &mbox_status, HSMP_WR); in __hsmp_send_message()
103 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_resp_off, &mbox_status, HSMP_RD); in __hsmp_send_message()
H A Dplat.c169 sock->mbinfo.msg_resp_off = SMN_HSMP_MSG_RESP; in init_platform_device()