Searched refs:AMIGA_SIMPLE_BUS_STRIDE (Results 1 – 8 of 8) sorted by relevance
43 #ifndef AMIGA_SIMPLE_BUS_STRIDE44 Error AMIGA_SIMPLE_BUS_STRIDE not defined in __FILE__, line __LINE__ .52 #define oabs(n) MKN1(n, AMIGA_SIMPLE_BUS_STRIDE)83 *handlep = tag->base + address * AMIGA_SIMPLE_BUS_STRIDE; in oabs()95 *nhandlep = handle + offset * AMIGA_SIMPLE_BUS_STRIDE; in oabs()116 p = (u_int8_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()130 p = (u_int8_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()144 p = (volatile u_int8_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()162 p = (volatile u_int8_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()180 p = (volatile u_int8_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()[all …]
41 #define AMIGA_SIMPLE_BUS_STRIDE 1 /* 1 byte per byte */ macro64 *handlep = tag->base + (address - pa) * AMIGA_SIMPLE_BUS_STRIDE; in oabs()75 p = (volatile u_int16_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()87 p = (volatile u_int16_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()99 p = (volatile u_int32_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()111 p = (volatile u_int32_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()123 p = (volatile u_int16_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()139 p = (volatile u_int16_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()
35 #define AMIGA_SIMPLE_BUS_STRIDE 4 /* 1 byte per long */ macro59 p = (volatile u_int16_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()74 p = (volatile u_int16_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()90 p = (volatile u_int32_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()105 p = (volatile u_int32_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE); in oabs()
35 #define AMIGA_SIMPLE_BUS_STRIDE 0x800 /* 1 byte per 0x800 bytes */ macro
35 #define AMIGA_SIMPLE_BUS_STRIDE 16 /* 1 byte per 16 bytes */ macro
35 #define AMIGA_SIMPLE_BUS_STRIDE 0x4000 /* 1 byte per 0x4000 bytes */ macro
35 #define AMIGA_SIMPLE_BUS_STRIDE 2 /* 1 byte per word */ macro
35 #define AMIGA_SIMPLE_BUS_STRIDE 0x1000 /* 1 byte per 0x1000 bytes */ macro