Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_spmc.c429 int supported_dsms; in acpi_spmc_attach() local
441 supported_dsms = 0; in acpi_spmc_attach()
450 supported_dsms |= IDX_TO_BIT(i); in acpi_spmc_attach()
453 if (supported_dsms == 0) { in acpi_spmc_attach()
458 print_bit_field(buf, sizeof(buf), supported_dsms, "DSM", in acpi_spmc_attach()