Searched refs:SMBHSTCTL (Results 1 – 1 of 1) sorted by relevance
25 #define SMBHSTCTL 0x2 macro110 inb(base + SMBHSTCTL); in smbus_block_read()117 outb((inb(base + SMBHSTCTL) & (~(0x7) << 2)) | (0x5 << 2), in smbus_block_read()118 (base + SMBHSTCTL)); in smbus_block_read()123 outb((inb(base + SMBHSTCTL) | SMBHSTCNT_START), base + SMBHSTCTL); in smbus_block_read()177 outb((inb(base + SMBHSTCTL) & (~(0x7) << 2)) | (0x5 << 2), in smbus_block_write()178 (base + SMBHSTCTL)); in smbus_block_write()190 outb((inb(base + SMBHSTCTL) | SMBHSTCNT_START), base + SMBHSTCTL); in smbus_block_write()262 outb(inb(base + SMBHSTCTL) & ~SMBHSTCNT_INTREN, base + SMBHSTCTL); in intel_i2c_probe()
Completed in 3 milliseconds