Home
last modified time | relevance | path

Searched refs:gctrl (Results 1 – 3 of 3) sorted by relevance

/drivers/media/usb/stk1160/
Dstk1160-core.c111 static const u8 gctrl[] = { in stk1160_select_input() local
120 if (dev->ctl_input < ARRAY_SIZE(gctrl)) { in stk1160_select_input()
123 stk1160_write_reg(dev, STK1160_GCTRL, gctrl[dev->ctl_input]); in stk1160_select_input()
/drivers/mfd/
Dlpc_ich.c99 int gctrl; /* GPIO control */ member
832 pci_write_config_byte(dev, priv->gctrl, priv->gctrl_save); in lpc_ich_restore_config_space()
869 pci_read_config_byte(dev, priv->gctrl, &reg_save); in lpc_ich_enable_gpio_space()
870 pci_write_config_byte(dev, priv->gctrl, reg_save | 0x10); in lpc_ich_enable_gpio_space()
1195 priv->gctrl = GPIOCTRL_ICH0; in lpc_ich_probe()
1198 priv->gctrl = GPIOCTRL_ICH6; in lpc_ich_probe()
/drivers/scsi/
Dinitio.c499 u8 gctrl; in initio_read_eeprom() local
503 gctrl = inb(base + TUL_GCTRL); in initio_read_eeprom()
504 outb(gctrl | TUL_GCTRL_EEPROM_BIT, base + TUL_GCTRL); in initio_read_eeprom()
510 gctrl = inb(base + TUL_GCTRL); in initio_read_eeprom()
511 outb(gctrl & ~TUL_GCTRL_EEPROM_BIT, base + TUL_GCTRL); in initio_read_eeprom()