Searched refs:LOCAL0_OP (Results 1 – 3 of 3) sorted by relevance
/u-boot/test/dm/ |
A D | acpigen.c | 680 acpigen_write_or(ctx, LOCAL0_OP, LOCAL1_OP, LOCAL2_OP); in dm_test_acpi_misc() 684 ut_asserteq(LOCAL0_OP, ptr[1]); in dm_test_acpi_misc() 782 ut_asserteq(LOCAL0_OP, ptr[0x14]); in dm_test_acpi_gpio_toggle() 785 ut_asserteq(LOCAL0_OP, ptr[0x16]); in dm_test_acpi_gpio_toggle() 800 ut_asserteq(LOCAL0_OP, ptr[0x43]); in dm_test_acpi_gpio_toggle() 1181 acpigen_write_to_buffer(ctx, ARG0_OP, LOCAL0_OP); in dm_test_acpi_write_return() 1184 ut_asserteq(LOCAL0_OP, *ptr++); in dm_test_acpi_write_return() 1186 acpigen_write_to_integer(ctx, ARG0_OP, LOCAL0_OP); in dm_test_acpi_write_return() 1189 ut_asserteq(LOCAL0_OP, *ptr++); in dm_test_acpi_write_return() 1246 ut_asserteq(LOCAL0_OP, *ptr++); in dm_test_acpi_write_i2c_dsm() [all …]
|
/u-boot/lib/acpi/ |
A D | acpigen.c | 840 acpigen_write_to_buffer(ctx, ARG0_OP, LOCAL0_OP); in acpigen_write_dsm_start() 850 acpigen_emit_byte(ctx, LOCAL0_OP); in acpigen_write_dsm_uuid_start() 931 acpigen_emit_byte(ctx, LOCAL0_OP); in acpigen_set_gpio_val() 935 acpigen_write_or(ctx, LOCAL5_OP, LOCAL0_OP, LOCAL5_OP); in acpigen_set_gpio_val() 938 acpigen_write_not(ctx, LOCAL0_OP, LOCAL6_OP); in acpigen_set_gpio_val()
|
/u-boot/include/acpi/ |
A D | acpigen.h | 49 LOCAL0_OP = 0x60, enumerator
|
Completed in 9 milliseconds