Searched refs:gctrl (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pinctrl/
H A Dpinctrl-equilibrium.c28 struct eqbr_gpio_ctrl *gctrl = gpiochip_get_data(gc); local
32 raw_spin_lock_irqsave(&gctrl->lock, flags);
33 writel(BIT(offset), gctrl->membase + GPIO_IRNENCLR);
34 raw_spin_unlock_irqrestore(&gctrl->lock, flags);
41 struct eqbr_gpio_ctrl *gctrl = gpiochip_get_data(gc); local
47 raw_spin_lock_irqsave(&gctrl->lock, flags);
48 writel(BIT(offset), gctrl->membase + GPIO_IRNRNSET);
49 raw_spin_unlock_irqrestore(&gctrl->lock, flags);
55 struct eqbr_gpio_ctrl *gctrl = gpiochip_get_data(gc); local
59 raw_spin_lock_irqsave(&gctrl
79 eqbr_irq_type_cfg(struct gpio_irq_type *type, struct eqbr_gpio_ctrl *gctrl, unsigned int offset) argument
97 struct eqbr_gpio_ctrl *gctrl = gpiochip_get_data(gc); local
153 struct eqbr_gpio_ctrl *gctrl = gpiochip_get_data(gc); local
177 gpiochip_setup(struct device *dev, struct eqbr_gpio_ctrl *gctrl) argument
210 struct eqbr_gpio_ctrl *gctrl; local
385 struct eqbr_gpio_ctrl *gctrl; local
448 struct eqbr_gpio_ctrl *gctrl; local
[all...]
/linux-master/drivers/media/usb/stk1160/
H A Dstk1160-core.c101 static const u8 gctrl[] = { local
110 if (dev->ctl_input < ARRAY_SIZE(gctrl)) {
113 stk1160_write_reg(dev, STK1160_GCTRL, gctrl[dev->ctl_input]);
/linux-master/drivers/mfd/
H A Dlpc_ich.c361 int gctrl; /* GPIO control */ member in struct:lpc_ich_priv
973 pci_write_config_byte(dev, priv->gctrl, priv->gctrl_save);
1010 pci_read_config_byte(dev, priv->gctrl, &reg_save);
1011 pci_write_config_byte(dev, priv->gctrl, reg_save | 0x10);
1395 priv->gctrl = GPIOCTRL_ICH0;
1398 priv->gctrl = GPIOCTRL_ICH6;
/linux-master/drivers/scsi/
H A Dinitio.c484 u8 gctrl; local
488 gctrl = inb(base + TUL_GCTRL);
489 outb(gctrl | TUL_GCTRL_EEPROM_BIT, base + TUL_GCTRL);
495 gctrl = inb(base + TUL_GCTRL);
496 outb(gctrl & ~TUL_GCTRL_EEPROM_BIT, base + TUL_GCTRL);

Completed in 324 milliseconds