Searched refs:hstcfg (Results 1 – 1 of 1) sorted by relevance
1639 unsigned char hstcfg = priv->original_hstcfg; in i801_setup_hstcfg() local1641 hstcfg &= ~SMBHSTCFG_I2C_EN; /* SMBus timing */ in i801_setup_hstcfg()1642 hstcfg |= SMBHSTCFG_HST_EN; in i801_setup_hstcfg()1643 pci_write_config_byte(priv->pci_dev, SMBHSTCFG, hstcfg); in i801_setup_hstcfg()