Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dintel_i2c.c23 #define SMBHSTSTAT 0x0 macro
71 byte = inb(base + SMBHSTSTAT); in smbus_wait_until_ready()
86 byte = inb(base + SMBHSTSTAT); in smbus_wait_until_done()
119 outb(inb(base + SMBHSTSTAT), base + SMBHSTSTAT); in smbus_block_read()
154 if (!(inb(base + SMBHSTSTAT) & SMBHSTSTS_INTR)) in smbus_block_read()
179 outb(inb(base + SMBHSTSTAT), base + SMBHSTSTAT); in smbus_block_write()
198 if (!(inb(base + SMBHSTSTAT) & SMBHSTSTS_INTR)) in smbus_block_write()