Searched refs:ARG0_OP (Results 1 – 3 of 3) sorted by relevance
/u-boot/test/dm/ |
A D | acpigen.c | 1181 acpigen_write_to_buffer(ctx, ARG0_OP, LOCAL0_OP); in dm_test_acpi_write_return() 1183 ut_asserteq(ARG0_OP, *ptr++); in dm_test_acpi_write_return() 1186 acpigen_write_to_integer(ctx, ARG0_OP, LOCAL0_OP); in dm_test_acpi_write_return() 1188 ut_asserteq(ARG0_OP, *ptr++); in dm_test_acpi_write_return() 1245 ut_asserteq(ARG0_OP, *ptr++); in dm_test_acpi_write_i2c_dsm() 1436 ut_asserteq(ARG0_OP, *ptr++); in dm_test_acpi_write_processor_cnot() 1440 ut_asserteq(ARG0_OP, *ptr++); in dm_test_acpi_write_processor_cnot() 1444 ut_asserteq(ARG0_OP, *ptr++); in dm_test_acpi_write_processor_cnot()
|
/u-boot/include/acpi/ |
A D | acpigen.h | 57 ARG0_OP = 0x68, enumerator
|
/u-boot/lib/acpi/ |
A D | acpigen.c | 393 acpigen_emit_byte(ctx, ARG0_OP); in acpigen_write_processor_cnot() 840 acpigen_write_to_buffer(ctx, ARG0_OP, LOCAL0_OP); in acpigen_write_dsm_start()
|
Completed in 8 milliseconds