Searched refs:BUS_ALIGN (Results 1 – 1 of 1) sorted by relevance
377 #define BUS_ALIGN 2 /* 8 bit device on a 16 bit bus - needs padding */ macro379 #define BUS_ALIGN 1 macro386 inb((addr) + BUS_ALIGN * (offset))388 outb(value, (addr) + BUS_ALIGN * (offset))391 insb((addr) + BUS_ALIGN * (offset), buffer, count)393 outsb((addr) + BUS_ALIGN * (offset), buffer, count)