Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/hsmp/
H A Dacpi.c142 union acpi_object *msgobj, *msgstr, *msgint; in hsmp_read_acpi_dsd() local
146 msgint = &msgobj->package.elements[1]; in hsmp_read_acpi_dsd()
151 msgint->type != ACPI_TYPE_INTEGER) { in hsmp_read_acpi_dsd()
158 sock->mbinfo.msg_id_off = msgint->integer.value; in hsmp_read_acpi_dsd()
161 sock->mbinfo.msg_resp_off = msgint->integer.value; in hsmp_read_acpi_dsd()
164 sock->mbinfo.msg_arg_off = msgint->integer.value; in hsmp_read_acpi_dsd()