Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Dscx200_acb.c84 #define ACBST_NEGACK 0x10 /* Negative Acknowledge */ macro
116 if (status & ACBST_NEGACK) { in scx200_acb_machine()
124 outb(ACBST_STASTR | ACBST_NEGACK, ACBST); in scx200_acb_machine()
229 if ((status & (ACBST_SDAST|ACBST_BER|ACBST_NEGACK)) != 0) { in scx200_acb_poll()
263 outb(ACBST_BER | ACBST_NEGACK | ACBST_STASTR, ACBST); in scx200_acb_reset()