Searched refs:gctrl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160-core.c | 112 static const u8 gctrl[] = { in stk1160_select_input() local 121 if (dev->ctl_input < ARRAY_SIZE(gctrl)) { in stk1160_select_input() 124 stk1160_write_reg(dev, STK1160_GCTRL, gctrl[dev->ctl_input]); in stk1160_select_input()
|
/linux-4.4.14/drivers/mfd/ |
D | lpc_ich.c | 102 int gctrl; /* GPIO control */ member 780 pci_write_config_byte(dev, priv->gctrl, priv->gctrl_save); in lpc_ich_restore_config_space() 817 pci_read_config_byte(dev, priv->gctrl, ®_save); in lpc_ich_enable_gpio_space() 818 pci_write_config_byte(dev, priv->gctrl, reg_save | 0x10); in lpc_ich_enable_gpio_space() 1061 priv->gctrl = GPIOCTRL_ICH0; in lpc_ich_probe() 1064 priv->gctrl = GPIOCTRL_ICH6; in lpc_ich_probe()
|
/linux-4.4.14/drivers/scsi/ |
D | initio.c | 515 u8 gctrl; in initio_read_eeprom() local 519 gctrl = inb(base + TUL_GCTRL); in initio_read_eeprom() 520 outb(gctrl | TUL_GCTRL_EEPROM_BIT, base + TUL_GCTRL); in initio_read_eeprom() 526 gctrl = inb(base + TUL_GCTRL); in initio_read_eeprom() 527 outb(gctrl & ~TUL_GCTRL_EEPROM_BIT, base + TUL_GCTRL); in initio_read_eeprom()
|