Searched refs:gpi (Results 1 – 5 of 5) sorted by relevance
4 obj-$(CONFIG_QCOM_GPI_DMA) += gpi.o
128 u8 gpi; /* Cached value of GPI (high nibble) */ member417 if ((dev->gpi & 0xf0) == (dev->irq_data->byte[HID_IR1] & 0xf0)) in cm109_urb_irq_callback()420 dev->gpi = dev->irq_data->byte[HID_IR1] & 0xf0; in cm109_urb_irq_callback()
109 u32 gpi = readl_relaxed(sfp->base + info->gpi_reg_base + offset); in jh7110_pin_dbg_show() local113 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()
138 struct gsi_channel_scratch_gpi gpi; member828 struct gsi_channel_scratch_gpi *gpi; in gsi_channel_program() local894 gpi = &scr.gpi; in gsi_channel_program()895 gpi->max_outstanding_tre = channel->trans_tre_max * in gsi_channel_program()897 gpi->outstanding_threshold = 2 * GSI_RING_ELEMENT_SIZE; in gsi_channel_program()
265 u8 gpi; member960 data->gpi = lm93_read_byte(client, LM93_REG_GPI); in lm93_update_client_common()2326 return sprintf(buf, "%d\n", LM93_GPI_FROM_REG(data->gpi)); in gpio_show()
Completed in 23 milliseconds