Searched refs:sch_io_wr8 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-isch.c | 103 sch_io_wr8(priv, SMBHSTSTS, temp); in sch_transaction() 114 sch_io_wr8(priv, SMBHSTCNT, temp); in sch_transaction() 129 sch_io_wr8(priv, SMBHSTSTS, temp & 0x0f); in sch_transaction() 193 sch_io_wr8(priv, SMBHSTCMD, command); in sch_access() 198 sch_io_wr8(priv, SMBHSTCMD, command); in sch_access() 200 sch_io_wr8(priv, SMBHSTDAT0, data->byte); in sch_access() 205 sch_io_wr8(priv, SMBHSTCMD, command); in sch_access() 207 sch_io_wr8(priv, SMBHSTDAT0, data->word >> 0); in sch_access() 214 sch_io_wr8(priv, SMBHSTCMD, command); in sch_access() 219 sch_io_wr8(priv, SMBHSTDAT0, len); in sch_access() [all …]
|