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

/linux-4.4.14/drivers/media/usb/stk1160/
H A Dstk1160-core.c112 static const u8 gctrl[] = { stk1160_select_input() local
121 if (dev->ctl_input < ARRAY_SIZE(gctrl)) { stk1160_select_input()
124 stk1160_write_reg(dev, STK1160_GCTRL, gctrl[dev->ctl_input]); stk1160_select_input()
/linux-4.4.14/drivers/mfd/
H A Dlpc_ich.c102 int gctrl; /* GPIO control */ member in struct:lpc_ich_priv
780 pci_write_config_byte(dev, priv->gctrl, priv->gctrl_save); lpc_ich_restore_config_space()
817 pci_read_config_byte(dev, priv->gctrl, &reg_save); lpc_ich_enable_gpio_space()
818 pci_write_config_byte(dev, priv->gctrl, reg_save | 0x10); lpc_ich_enable_gpio_space()
1061 priv->gctrl = GPIOCTRL_ICH0; lpc_ich_probe()
1064 priv->gctrl = GPIOCTRL_ICH6; lpc_ich_probe()
/linux-4.4.14/drivers/scsi/
H A Dinitio.c515 u8 gctrl; initio_read_eeprom() local
519 gctrl = inb(base + TUL_GCTRL); initio_read_eeprom()
520 outb(gctrl | TUL_GCTRL_EEPROM_BIT, base + TUL_GCTRL); initio_read_eeprom()
526 gctrl = inb(base + TUL_GCTRL); initio_read_eeprom()
527 outb(gctrl & ~TUL_GCTRL_EEPROM_BIT, base + TUL_GCTRL); initio_read_eeprom()
H A Ddc395x.c1248 dprintkl(KERN_INFO, "dump: gen{gctrl=0x%02x gstat=0x%02x gtmr=0x%02x} " dump_register_info()

Completed in 220 milliseconds