Searched refs:hstcfg (Results 1 – 1 of 1) sorted by relevance
1675 unsigned char hstcfg = priv->original_hstcfg; in i801_setup_hstcfg() local1677 hstcfg &= ~SMBHSTCFG_I2C_EN; /* SMBus timing */ in i801_setup_hstcfg()1678 hstcfg &= ~SMBHSTCNT_PEC_EN; /* Disable software PEC */ in i801_setup_hstcfg()1679 hstcfg |= SMBHSTCFG_HST_EN; in i801_setup_hstcfg()1680 pci_write_config_byte(priv->pci_dev, SMBHSTCFG, hstcfg); in i801_setup_hstcfg()