Home
last modified time | relevance | path

Searched defs:gp (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/u-boot/arch/arm/include/asm/arch-armada100/
H A Dgpio.h20 #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 Dpci.c209 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 Dutils_get_version.py6 import gen_print as gp namespace
/openbmc/openbmc-test-automation/templates/
H A Dpgm_template.py7 import gen_print as gp namespace
/openbmc/openbmc-test-automation/lib/
H A Dtftp_update_utils.py7 import gen_print as gp # NOQA namespace
H A Dfunc_args.py9 import gen_print as gp namespace
H A Dgen_robot_keyword.py7 import gen_print as gp namespace
H A Dlogging_utils.py11 import gen_print as gp namespace
H A Dopenbmc_ffdc.py9 import gen_print as gp namespace
H A Dgen_robot_print.py11 import gen_print as gp namespace
H A Devent_notification.py10 import gen_print as gp # NOQA namespace
H A Dgen_robot_plug_in.py14 import gen_print as gp namespace
H A Dvar_stack.py16 import gen_print as gp namespace
H A Ddump_utils.py13 import gen_print as gp namespace
H A Dgen_plug_in.py12 import gen_print as gp namespace
H A Dipmi_client.py10 import gen_print as gp namespace
H A Dbmc_network_utils.py18 import gen_print as gp namespace
H A Dfunc_timer.py13 import gen_print as gp namespace
H A Dgen_call_robot.py17 import gen_print as gp namespace
H A Dgen_robot_ssh.py22 import gen_print as gp namespace
H A Dcode_update_utils.py21 import gen_print as gp # NOQA namespace
/openbmc/openbmc-test-automation/extended/
H A Drun_keyword.py9 import gen_print as gp namespace
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/
H A Dgpio.h42 #define GPIO_BANK(gp) (davinci_gpio_bank01 + ((gp) >> 5)) argument
/openbmc/u-boot/arch/mips/include/asm/
H A Dregdef.h52 #define gp $28 /* global pointer */ macro
95 #define gp $28 /* global pointer - caller saved for PIC */ macro
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_reg.h27 uint64_t gp; /* global pointer */ member

123