Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/arcnet/
H A Darcdevice.h372 #define BUS_ALIGN 2 /* 8 bit device on a 16 bit bus - needs padding */ macro
374 #define BUS_ALIGN 1 macro
381 inb((addr) + BUS_ALIGN * (offset))
383 outb(value, (addr) + BUS_ALIGN * (offset))
386 insb((addr) + BUS_ALIGN * (offset), buffer, count)
388 outsb((addr) + BUS_ALIGN * (offset), buffer, count)
/kernel/linux/linux-6.6/drivers/net/arcnet/
H A Darcdevice.h377 #define BUS_ALIGN 2 /* 8 bit device on a 16 bit bus - needs padding */ macro
379 #define BUS_ALIGN 1 macro
386 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)

Completed in 3 milliseconds