Home
last modified time | relevance | path

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

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