Searched refs:mbinfo (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/platform/x86/amd/hsmp/ |
| H A D | plat.c | 48 return amd_smn_hsmp_rdwr(sock->sock_ind, sock->mbinfo.base_addr + offset, value, write); in amd_hsmp_pci_rdwr() 160 sock->mbinfo.base_addr = SMN_HSMP_BASE; in init_platform_device() 168 sock->mbinfo.msg_id_off = SMN_HSMP_MSG_ID_F1A_M0H; in init_platform_device() 170 sock->mbinfo.msg_id_off = SMN_HSMP_MSG_ID; in init_platform_device() 172 sock->mbinfo.msg_resp_off = SMN_HSMP_MSG_RESP; in init_platform_device() 173 sock->mbinfo.msg_arg_off = SMN_HSMP_MSG_DATA; in init_platform_device()
|
| H A D | acpi.c | 114 sock->mbinfo.base_addr = r.start; in hsmp_resource() 115 sock->mbinfo.size = resource_size(&r); in hsmp_resource() 189 sock->mbinfo.msg_id_off = msgint->integer.value; in hsmp_read_acpi_dsd() 192 sock->mbinfo.msg_resp_off = msgint->integer.value; in hsmp_read_acpi_dsd() 195 sock->mbinfo.msg_arg_off = msgint->integer.value; in hsmp_read_acpi_dsd() 202 if (!sock->mbinfo.msg_id_off || !sock->mbinfo.msg_resp_off || in hsmp_read_acpi_dsd() 203 !sock->mbinfo.msg_arg_off) in hsmp_read_acpi_dsd() 222 if (!sock->mbinfo.base_addr || !sock->mbinfo.size) in hsmp_read_acpi_crs() 226 sock->virt_base_addr = devm_ioremap_uc(dev, sock->mbinfo.base_addr, in hsmp_read_acpi_crs() 227 sock->mbinfo.size); in hsmp_read_acpi_crs()
|
| H A D | hsmp.c | 73 struct hsmp_mbaddr_info *mbinfo; in __hsmp_send_message() local 79 mbinfo = &sock->mbinfo; in __hsmp_send_message() 83 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_resp_off, &mbox_status, HSMP_WR); in __hsmp_send_message() 92 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_arg_off + (index << 2), in __hsmp_send_message() 102 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_id_off, &msg->msg_id, HSMP_WR); in __hsmp_send_message() 119 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_resp_off, &mbox_status, HSMP_RD); in __hsmp_send_message() 172 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_arg_off + (index << 2), in __hsmp_send_message()
|
| H A D | hsmp.h | 45 struct hsmp_mbaddr_info mbinfo; member
|