Searched refs:ACBSDA (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/i2c/busses/
H A Dscx200_acb.c88 #define ACBSDA (iface->base + 0) macro
146 outb(iface->address_byte & ~1, ACBSDA); scx200_acb_machine()
152 outb(iface->command, ACBSDA); scx200_acb_machine()
170 outb(iface->address_byte, ACBSDA); scx200_acb_machine()
174 outb(iface->address_byte, ACBSDA); scx200_acb_machine()
193 *iface->ptr++ = inb(ACBSDA); scx200_acb_machine()
206 outb(*iface->ptr++, ACBSDA); scx200_acb_machine()

Completed in 37 milliseconds