Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/i2c/busses/
Di2c-i801.c1675 unsigned char hstcfg = priv->original_hstcfg; in i801_setup_hstcfg() local
1677 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()