Searched refs:gpi (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/dma/qcom/
H A DMakefile4 obj-$(CONFIG_QCOM_GPI_DMA) += gpi.o
H A Dgpi.c7 #include <dt-bindings/dma/qcom-gpi.h>
14 #include <linux/dma/qcom-gpi-dma.h>
68 /* Register offsets from gpi-top */
473 u32 max_gpii; /* maximum # of gpii instances available per gpi block */
506 void __iomem *regs; /* points to gpi top */
634 "gpi-dma", gpii);
802 /* processing gpi general error interrupts */
817 /* processing gpi level error interrupts */
2288 { .compatible = "qcom,sdm845-gpi-dma", .data = (void *)0x0 },
2289 { .compatible = "qcom,sm6350-gpi
[all...]
/linux-master/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.c109 u32 gpi = readl_relaxed(sfp->base + info->gpi_reg_base + offset); local
113 gpi = ((gpi >> shift) - 2) & info->gpi_mask;
115 seq_printf(s, " dout=%u doen=%u din=%u", dout, doen, gpi);
/linux-master/drivers/input/misc/
H A Dcm109.c128 u8 gpi; /* Cached value of GPI (high nibble) */ member in struct:cm109_dev
390 if ((dev->gpi & 0xf0) == (dev->irq_data->byte[HID_IR1] & 0xf0))
393 dev->gpi = dev->irq_data->byte[HID_IR1] & 0xf0;
/linux-master/drivers/net/ipa/
H A Dgsi.c140 struct gsi_channel_scratch_gpi gpi; member in union:gsi_channel_scratch
830 struct gsi_channel_scratch_gpi *gpi; local
896 gpi = &scr.gpi;
897 gpi->max_outstanding_tre = channel->trans_tre_max *
899 gpi->outstanding_threshold = 2 * GSI_RING_ELEMENT_SIZE;
/linux-master/drivers/hwmon/
H A Dlm93.c265 u8 gpi; member in struct:lm93_data
960 data->gpi = lm93_read_byte(client, LM93_REG_GPI);
2326 return sprintf(buf, "%d\n", LM93_GPI_FROM_REG(data->gpi));
/linux-master/drivers/i2c/busses/
H A Di2c-qcom-geni.c8 #include <linux/dma/qcom-gpi-dma.h>
634 dev_err(gi2c->se.dev, "I2C timeout gpi flags:%d addr:0x%x\n",
/linux-master/drivers/spi/
H A Dspi-geni-qcom.c7 #include <linux/dma/qcom-gpi-dma.h>
704 * in case of failure to get gpi dma channel, we can still do the
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c2206 bool gpi = __system_matches_cap(ARM64_HAS_GENERIC_AUTH_IMP_DEF); local
2210 return gpa || gpa3 || gpi;

Completed in 150 milliseconds