Searched refs:LOCAL5_OP (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/acpi/ |
A D | acpigen.c | 910 acpigen_emit_byte(ctx, LOCAL5_OP); in acpigen_get_dw0_in_local5() 935 acpigen_write_or(ctx, LOCAL5_OP, LOCAL0_OP, LOCAL5_OP); in acpigen_set_gpio_val() 941 acpigen_write_and(ctx, LOCAL5_OP, LOCAL6_OP, LOCAL5_OP); in acpigen_set_gpio_val() 951 acpigen_emit_byte(ctx, LOCAL5_OP); in acpigen_set_gpio_val()
|
/u-boot/test/dm/ |
A D | acpigen.c | 681 acpigen_write_and(ctx, LOCAL3_OP, LOCAL4_OP, LOCAL5_OP); in dm_test_acpi_misc() 692 ut_asserteq(LOCAL5_OP, ptr[3]); in dm_test_acpi_misc() 777 ut_asserteq(LOCAL5_OP, ptr[0x10]); in dm_test_acpi_gpio_toggle() 790 ut_asserteq(LOCAL5_OP, ptr[0x2b]); in dm_test_acpi_gpio_toggle() 795 ut_asserteq(LOCAL5_OP, ptr[0x3c]); in dm_test_acpi_gpio_toggle() 803 ut_asserteq(LOCAL5_OP, ptr[0x54]); in dm_test_acpi_gpio_toggle()
|
/u-boot/include/acpi/ |
A D | acpigen.h | 54 LOCAL5_OP = 0x65, enumerator
|
Completed in 8 milliseconds