Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/amd/
Dhsmp.c477 union acpi_object *msgobj, *msgstr, *msgint; in hsmp_read_acpi_dsd() local
481 msgint = &msgobj->package.elements[1]; in hsmp_read_acpi_dsd()
486 msgint->type != ACPI_TYPE_INTEGER) { in hsmp_read_acpi_dsd()
493 sock->mbinfo.msg_id_off = msgint->integer.value; in hsmp_read_acpi_dsd()
496 sock->mbinfo.msg_resp_off = msgint->integer.value; in hsmp_read_acpi_dsd()
499 sock->mbinfo.msg_arg_off = msgint->integer.value; in hsmp_read_acpi_dsd()