Home
last modified time | relevance | path

Searched refs:gctrl_save (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mfd/
H A Dlpc_ich.c97 int gctrl_save; /* Cached GPIO control value */ member
825 if (priv->gctrl_save >= 0) { in lpc_ich_restore_config_space()
826 pci_write_config_byte(dev, priv->gctrl, priv->gctrl_save); in lpc_ich_restore_config_space()
827 priv->gctrl_save = -1; in lpc_ich_restore_config_space()
865 priv->gctrl_save = reg_save; in lpc_ich_enable_gpio_space()
1228 priv->gctrl_save = -1; in lpc_ich_probe()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dlpc_ich.c98 int gctrl_save; /* Cached GPIO control value */ member
894 if (priv->gctrl_save >= 0) { in lpc_ich_restore_config_space()
895 pci_write_config_byte(dev, priv->gctrl, priv->gctrl_save); in lpc_ich_restore_config_space()
896 priv->gctrl_save = -1; in lpc_ich_restore_config_space()
934 priv->gctrl_save = reg_save; in lpc_ich_enable_gpio_space()
1312 priv->gctrl_save = -1; in lpc_ich_probe()

Completed in 4 milliseconds