Home
last modified time | relevance | path

Searched refs:gpi (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/linux/arch/arm/boot/dts/samsung/
H A Ds3c64xx-pinctrl.dtsi73 gpi: gpi-gpio-bank { label
647 samsung,pins = "gpi-3", "gpi-4", "gpi-5", "gpi-6",
648 "gpi-7", "gpi-10", "gpi-11", "gpi-12",
649 "gpi-13", "gpi-14", "gpi-15", "gpj-3",
656 samsung,pins = "gpi-2", "gpi-3", "gpi-4", "gpi-5",
657 "gpi-6", "gpi-7", "gpi-10", "gpi-11",
658 "gpi-12", "gpi-13", "gpi-14", "gpi-15",
666 samsung,pins = "gpi-0", "gpi-1", "gpi-2", "gpi-3",
667 "gpi-4", "gpi-5", "gpi-6", "gpi-7",
668 "gpi-8", "gpi-9", "gpi-10", "gpi-11",
[all …]
H A Ds5pv210-galaxys.dts328 PIN_SLP(gpi-0, PREV, NONE);
329 PIN_SLP(gpi-1, INPUT, DOWN);
330 PIN_SLP(gpi-2, PREV, NONE);
331 PIN_SLP(gpi-3, PREV, NONE);
332 PIN_SLP(gpi-4, PREV, NONE);
333 PIN_SLP(gpi-5, INPUT, DOWN);
334 PIN_SLP(gpi-6, INPUT, DOWN);
H A Ds5pv210-fascinate4g.dts290 PIN_SLP(gpi-0, PREV, NONE);
291 PIN_SLP(gpi-1, INPUT, DOWN);
292 PIN_SLP(gpi-2, PREV, NONE);
293 PIN_SLP(gpi-3, PREV, NONE);
294 PIN_SLP(gpi-4, PREV, NONE);
295 PIN_SLP(gpi-5, INPUT, DOWN);
296 PIN_SLP(gpi-6, INPUT, DOWN);
H A Ds5pv210-pinctrl.dtsi201 gpi: gpi-gpio-bank { label
348 samsung,pins = "gpi-0", "gpi-1", "gpi-2", "gpi-3",
349 "gpi-4", "gpi-5", "gpi-6";
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dlpc.c113 int gpi; in pch_gpi_routing() local
119 for (reg = 0, gpi = 0; gpi < ARRAY_SIZE(route); gpi++) in pch_gpi_routing()
120 reg |= route[gpi] << (gpi * 2); in pch_gpi_routing()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_cmd.c242 static void gpi(int id, void *base) in gpi() function
349 gpi(0, EGPI1_BASE_ADDR); in pfe_command_status()
350 gpi(1, EGPI2_BASE_ADDR); in pfe_command_status()
351 gpi(3, HGPI_BASE_ADDR); in pfe_command_status()
/openbmc/u-boot/arch/arm/dts/
H A Ds5pc100-pinctrl.dtsi85 gpi: gpi { label
H A Ds5pc110-pinctrl.dtsi97 gpi: gpi { label
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dintel-lpc.txt15 - intel,gpi-routing : Specifies the GPI routing. There are 16 cells, valid
60 intel,gpi-routing = <0 0 0 0 0 0 0 2
/openbmc/linux/drivers/dma/qcom/
H A DMakefile4 obj-$(CONFIG_QCOM_GPI_DMA) += gpi.o
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dfpga_manager_gen5.h43 u32 gpi; member
H A Dfpga_manager_arria10.h61 u32 gpi; member
H A Dsystem_manager_s10.h80 u32 gpi; member
/openbmc/linux/drivers/input/misc/
H A Dcm109.c128 u8 gpi; /* Cached value of GPI (high nibble) */ member
390 if ((dev->gpi & 0xf0) == (dev->irq_data->byte[HID_IR1] & 0xf0)) in cm109_urb_irq_callback()
393 dev->gpi = dev->irq_data->byte[HID_IR1] & 0xf0; in cm109_urb_irq_callback()
/openbmc/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.c109 u32 gpi = readl_relaxed(sfp->base + info->gpi_reg_base + offset); in jh7110_pin_dbg_show() local
113 gpi = ((gpi >> shift) - 2) & info->gpi_mask; in jh7110_pin_dbg_show()
115 seq_printf(s, " dout=%u doen=%u din=%u", dout, doen, gpi); in jh7110_pin_dbg_show()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm6125.dtsi8 #include <dt-bindings/dma/qcom-gpi.h>
811 compatible = "qcom,sm6125-gpi-dma", "qcom,sdm845-gpi-dma";
961 compatible = "qcom,sm6125-gpi-dma", "qcom,sdm845-gpi-dma";
H A Dqdu1000.dtsi8 #include <dt-bindings/dma/qcom-gpi.h>
385 compatible = "qcom,qdu1000-gpi-dma", "qcom,sm6350-gpi-dma";
601 compatible = "qcom,qdu1000-gpi-dma", "qcom,sm6350-gpi-dma";
H A Dsdm670.dtsi11 #include <dt-bindings/dma/qcom-gpi.h>
658 compatible = "qcom,sdm670-gpi-dma", "qcom,sdm845-gpi-dma";
864 compatible = "qcom,sdm670-gpi-dma", "qcom,sdm845-gpi-dma";
H A Dsm6375.dtsi9 #include <dt-bindings/dma/qcom-gpi.h>
1044 compatible = "qcom,sm6375-gpi-dma", "qcom,sm6350-gpi-dma";
1183 compatible = "qcom,sm6375-gpi-dma", "qcom,sm6350-gpi-dma";
H A Dqcm2290.dtsi10 #include <dt-bindings/dma/qcom-gpi.h>
818 compatible = "qcom,qcm2290-gpi-dma", "qcom,sm6350-gpi-dma";
/openbmc/linux/drivers/net/ipa/
H A Dgsi.c140 struct gsi_channel_scratch_gpi gpi; member
830 struct gsi_channel_scratch_gpi *gpi; in gsi_channel_program() local
896 gpi = &scr.gpi; in gsi_channel_program()
897 gpi->max_outstanding_tre = channel->trans_tre_max * in gsi_channel_program()
899 gpi->outstanding_threshold = 2 * GSI_RING_ELEMENT_SIZE; in gsi_channel_program()
/openbmc/linux/Documentation/misc-devices/
H A Dmax6875.rst33 - vin gpi vout
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts284 compatible = "kontron,sl28cpld-gpi";
/openbmc/qemu/target/arm/
H A Dptw.c319 int gpi; in granule_protection_check() local
416 gpi = extract32(entry, 4, 4); in granule_protection_check()
453 gpi = extract32(entry, 4, 4); in granule_protection_check()
457 gpi = extract64(entry, index * 4, 4); in granule_protection_check()
462 switch (gpi) { in granule_protection_check()
471 if (pspace == (gpi & 3)) { in granule_protection_check()
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr9a09g011.dtsi127 interrupt-names = "drd", "bc", "gpi";

12