Searched refs:LOCAL6_OP (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/acpi/ |
A D | acpigen.h | 55 LOCAL6_OP = 0x66, enumerator
|
/u-boot/lib/acpi/ |
A D | acpigen.c | 938 acpigen_write_not(ctx, LOCAL0_OP, LOCAL6_OP); in acpigen_set_gpio_val() 941 acpigen_write_and(ctx, LOCAL5_OP, LOCAL6_OP, LOCAL5_OP); in acpigen_set_gpio_val()
|
/u-boot/test/dm/ |
A D | acpigen.c | 682 acpigen_write_not(ctx, LOCAL6_OP, LOCAL7_OP); in dm_test_acpi_misc() 696 ut_asserteq(LOCAL6_OP, ptr[1]); in dm_test_acpi_misc() 786 ut_asserteq(LOCAL6_OP, ptr[0x17]); in dm_test_acpi_gpio_toggle()
|
Completed in 8 milliseconds