Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dintel_i2c.c24 #define SMBHSTCTL 0x2 macro
109 inb(base + SMBHSTCTL); in smbus_block_read()
116 outb((inb(base + SMBHSTCTL) & (~(0x7) << 2)) | (0x5 << 2), in smbus_block_read()
117 (base + SMBHSTCTL)); in smbus_block_read()
122 outb((inb(base + SMBHSTCTL) | SMBHSTCNT_START), base + SMBHSTCTL); in smbus_block_read()
176 outb((inb(base + SMBHSTCTL) & (~(0x7) << 2)) | (0x5 << 2), in smbus_block_write()
177 (base + SMBHSTCTL)); in smbus_block_write()
189 outb((inb(base + SMBHSTCTL) | SMBHSTCNT_START), base + SMBHSTCTL); in smbus_block_write()
261 outb(inb(base + SMBHSTCTL) & ~SMBHSTCNT_INTREN, base + SMBHSTCTL); in intel_i2c_probe()