Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-i801.c1707 unsigned char hstcfg = priv->original_hstcfg; in i801_setup_hstcfg() local
1709 hstcfg &= ~SMBHSTCFG_I2C_EN; /* SMBus timing */ in i801_setup_hstcfg()
1710 hstcfg |= SMBHSTCFG_HST_EN; in i801_setup_hstcfg()
1711 pci_write_config_byte(priv->pci_dev, SMBHSTCFG, hstcfg); in i801_setup_hstcfg()
1712 return hstcfg; in i801_setup_hstcfg()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-i801.c1628 unsigned char hstcfg = priv->original_hstcfg; in i801_setup_hstcfg() local
1630 hstcfg &= ~SMBHSTCFG_I2C_EN; /* SMBus timing */ in i801_setup_hstcfg()
1631 hstcfg |= SMBHSTCFG_HST_EN; in i801_setup_hstcfg()
1632 pci_write_config_byte(priv->pci_dev, SMBHSTCFG, hstcfg); in i801_setup_hstcfg()

Completed in 5 milliseconds