Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/amd/
Dhsmp.c126 static int amd_hsmp_rdwr(struct hsmp_socket *sock, u32 offset, in amd_hsmp_rdwr() function
159 ret = amd_hsmp_rdwr(sock, mbinfo->msg_resp_off, &mbox_status, HSMP_WR); in __hsmp_send_message()
168 ret = amd_hsmp_rdwr(sock, mbinfo->msg_arg_off + (index << 2), in __hsmp_send_message()
178 ret = amd_hsmp_rdwr(sock, mbinfo->msg_id_off, &msg->msg_id, HSMP_WR); in __hsmp_send_message()
195 ret = amd_hsmp_rdwr(sock, mbinfo->msg_resp_off, &mbox_status, HSMP_RD); in __hsmp_send_message()
230 ret = amd_hsmp_rdwr(sock, mbinfo->msg_arg_off + (index << 2), in __hsmp_send_message()