Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dintel_i2c.c43 #define SMBHSTSTS_INTR 0x02 macro
154 if (!(inb(base + SMBHSTSTAT) & SMBHSTSTS_INTR)) in smbus_block_read()
198 if (!(inb(base + SMBHSTSTAT) & SMBHSTSTS_INTR)) in smbus_block_write()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-i801.c192 #define SMBHSTSTS_INTR BIT(1) macro
205 #define STATUS_FLAGS (SMBHSTSTS_BYTE_DONE | SMBHSTSTS_INTR | \
441 status &= STATUS_ERROR_FLAGS | SMBHSTSTS_INTR; in i801_wait_intr()
629 status &= STATUS_ERROR_FLAGS | SMBHSTSTS_INTR; in i801_isr()
705 outb_p(SMBHSTSTS_INTR, SMBHSTSTS(priv)); in i801_block_transaction_byte_by_byte()