Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/amiga/
H A Dsimple_busfuncs.c43 #ifndef AMIGA_SIMPLE_BUS_STRIDE
44 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 …]
H A Damiga_bus_simple_1word.c41 #define AMIGA_SIMPLE_BUS_STRIDE 1 /* 1 byte per byte */ macro
64 *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()
H A Damiga_bus_simple_4.c35 #define AMIGA_SIMPLE_BUS_STRIDE 4 /* 1 byte per long */ macro
59 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()
H A Damiga_bus_simple_0x800.c35 #define AMIGA_SIMPLE_BUS_STRIDE 0x800 /* 1 byte per 0x800 bytes */ macro
H A Damiga_bus_simple_16.c35 #define AMIGA_SIMPLE_BUS_STRIDE 16 /* 1 byte per 16 bytes */ macro
H A Damiga_bus_simple_0x4000.c35 #define AMIGA_SIMPLE_BUS_STRIDE 0x4000 /* 1 byte per 0x4000 bytes */ macro
H A Damiga_bus_simple_2word.c35 #define AMIGA_SIMPLE_BUS_STRIDE 2 /* 1 byte per word */ macro
H A Damiga_bus_simple_0x1000.c35 #define AMIGA_SIMPLE_BUS_STRIDE 0x1000 /* 1 byte per 0x1000 bytes */ macro