/openbmc/u-boot/arch/arm/include/asm/arch-armada100/ |
H A D | gpio.h | 20 #define GPIO_TO_REG(gp) (gp >> 5) argument 21 #define GPIO_TO_BIT(gp) (1 << (gp & 0x1F)) argument 22 #define GPIO_VAL(gp, val) ((val >> (gp & 0x1F)) & 0x01) argument
|
/openbmc/qemu/hw/acpi/ |
H A D | pci.c | 209 AcpiGenericPort *gp = ACPI_GENERIC_PORT(obj); in OBJECT_DECLARE_SIMPLE_TYPE() local 217 AcpiGenericPort *gp = ACPI_GENERIC_PORT(obj); in acpi_generic_port_finalize() local 225 AcpiGenericPort *gp = ACPI_GENERIC_PORT(obj); in acpi_generic_port_set_pci_bus() local 234 AcpiGenericPort *gp = ACPI_GENERIC_PORT(obj); in acpi_generic_port_set_node() local 267 AcpiGenericPort *gp; in build_acpi_generic_port() local
|
/openbmc/openbmc-test-automation/gui/lib/ |
H A D | utils_get_version.py | 6 import gen_print as gp namespace
|
/openbmc/openbmc-test-automation/templates/ |
H A D | pgm_template.py | 7 import gen_print as gp namespace
|
/openbmc/openbmc-test-automation/lib/ |
H A D | tftp_update_utils.py | 7 import gen_print as gp # NOQA namespace
|
H A D | func_args.py | 9 import gen_print as gp namespace
|
H A D | gen_robot_keyword.py | 7 import gen_print as gp namespace
|
H A D | logging_utils.py | 11 import gen_print as gp namespace
|
H A D | openbmc_ffdc.py | 9 import gen_print as gp namespace
|
H A D | gen_robot_print.py | 11 import gen_print as gp namespace
|
H A D | event_notification.py | 10 import gen_print as gp # NOQA namespace
|
H A D | gen_robot_plug_in.py | 14 import gen_print as gp namespace
|
H A D | var_stack.py | 16 import gen_print as gp namespace
|
H A D | dump_utils.py | 13 import gen_print as gp namespace
|
H A D | gen_plug_in.py | 12 import gen_print as gp namespace
|
H A D | ipmi_client.py | 10 import gen_print as gp namespace
|
H A D | bmc_network_utils.py | 18 import gen_print as gp namespace
|
H A D | func_timer.py | 13 import gen_print as gp namespace
|
H A D | gen_call_robot.py | 17 import gen_print as gp namespace
|
H A D | gen_robot_ssh.py | 22 import gen_print as gp namespace
|
H A D | code_update_utils.py | 21 import gen_print as gp # NOQA namespace
|
/openbmc/openbmc-test-automation/extended/ |
H A D | run_keyword.py | 9 import gen_print as gp namespace
|
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/ |
H A D | gpio.h | 42 #define GPIO_BANK(gp) (davinci_gpio_bank01 + ((gp) >> 5)) argument
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | regdef.h | 52 #define gp $28 /* global pointer */ macro 95 #define gp $28 /* global pointer - caller saved for PIC */ macro
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_reg.h | 27 uint64_t gp; /* global pointer */ member
|