Home
last modified time | relevance | path

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

/u-boot/lib/acpi/
A Dacpigen.c574 const struct acpi_cstate *cstate) in acpigen_write_cst_package_entry() argument
577 acpigen_write_register_resource(ctx, &cstate->resource); in acpigen_write_cst_package_entry()
578 acpigen_write_dword(ctx, cstate->ctype); in acpigen_write_cst_package_entry()
579 acpigen_write_dword(ctx, cstate->latency); in acpigen_write_cst_package_entry()
580 acpigen_write_dword(ctx, cstate->power); in acpigen_write_cst_package_entry()
585 const struct acpi_cstate *cstate, int nentries) in acpigen_write_cst_package() argument
594 acpigen_write_cst_package_entry(ctx, cstate + i); in acpigen_write_cst_package()

Completed in 4 milliseconds