Home
last modified time | relevance | path

Searched refs:hstcfg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-i801.c1639 unsigned char hstcfg = priv->original_hstcfg; in i801_setup_hstcfg() local
1641 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()