Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/hsmp/
H A Dhsmp.c55 struct hsmp_mbaddr_info *mbinfo; in __hsmp_send_message() local
61 mbinfo = &sock->mbinfo; in __hsmp_send_message()
65 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_resp_off, &mbox_status, HSMP_WR); in __hsmp_send_message()
74 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_arg_off + (index << 2), in __hsmp_send_message()
84 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_id_off, &msg->msg_id, HSMP_WR); in __hsmp_send_message()
101 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_resp_off, &mbox_status, HSMP_RD); in __hsmp_send_message()
154 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_arg_off + (index << 2), in __hsmp_send_message()
H A Dacpi.c95 sock->mbinfo.base_addr = r.start; in hsmp_resource()
96 sock->mbinfo.size = resource_size(&r); in hsmp_resource()
164 sock->mbinfo.msg_id_off = msgint->integer.value; in hsmp_read_acpi_dsd()
167 sock->mbinfo.msg_resp_off = msgint->integer.value; in hsmp_read_acpi_dsd()
170 sock->mbinfo.msg_arg_off = msgint->integer.value; in hsmp_read_acpi_dsd()
177 if (!sock->mbinfo.msg_id_off || !sock->mbinfo.msg_resp_off || in hsmp_read_acpi_dsd()
178 !sock->mbinfo.msg_arg_off) in hsmp_read_acpi_dsd()
197 if (!sock->mbinfo.base_addr || !sock->mbinfo.size) in hsmp_read_acpi_crs()
201 sock->virt_base_addr = devm_ioremap_uc(sock->dev, sock->mbinfo.base_addr, in hsmp_read_acpi_crs()
202 sock->mbinfo.size); in hsmp_read_acpi_crs()
H A Dhsmp.h42 struct hsmp_mbaddr_info mbinfo; member