Searched refs:bs_cookie (Results 1 - 25 of 82) sorted by relevance

1234

/netbsd-current/sys/arch/arm/include/
H A Dpio.h43 #define inb(port) bus_space_read_1( &isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_cookie, (port))
44 #define outb(port, byte) bus_space_write_1(&isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_cookie, (port), (byte))
H A Dbus_funcs.h78 (*(t)->__bs_opname(r,sz))((t)->bs_cookie, h, o)
80 (*(t)->__bs_opname(w,sz))((t)->bs_cookie, h, o, v)
82 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, a, c)
84 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, v, c)
86 (*(t)->__bs_opname(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt)
91 (*(t)->__bs_opname_s(r,sz))((t)->bs_cookie, h, o)
93 (*(t)->__bs_opname_s(w,sz))((t)->bs_cookie, h, o, v)
95 (*(t)->__bs_opname_s(type,sz))((t)->bs_cookie, h, o, a, c)
97 (*(t)->__bs_opname_s(type,sz))((t)->bs_cookie, h, o, v, c)
99 (*(t)->__bs_opname_s(c,sz))((t)->bs_cookie, h
[all...]
/netbsd-current/sys/arch/arm/marvell/
H A Dmvsoc_space.c173 .bs_cookie = (void *)0,
185 .bs_cookie = (void *)ORION_TAG_PEX0_MEM,
194 .bs_cookie = (void *)ORION_TAG_PEX0_IO,
203 .bs_cookie = (void *)ORION_TAG_PEX1_MEM,
212 .bs_cookie = (void *)ORION_TAG_PEX1_IO,
224 .bs_cookie = (void *)KIRKWOOD_TAG_PEX_MEM,
233 .bs_cookie = (void *)KIRKWOOD_TAG_PEX_IO,
242 .bs_cookie = (void *)KIRKWOOD_TAG_PEX1_MEM,
251 .bs_cookie = (void *)KIRKWOOD_TAG_PEX1_IO,
263 .bs_cookie
[all...]
/netbsd-current/sys/arch/arm/footbridge/isa/
H A Disa_io.c66 .bs_cookie = NULL, /* initialized below */
147 .bs_cookie = NULL, /* initialized below */
227 isa_io_bs_tag.bs_cookie = (void *)isa_io_addr;
228 isa_mem_bs_tag.bs_cookie = (void *)isa_mem_addr;
239 return (vaddr_t)isa_io_bs_tag.bs_cookie;
245 return (vaddr_t)isa_mem_bs_tag.bs_cookie;
/netbsd-current/sys/arch/evbarm/tsarm/isa/
H A Disa_io.c67 .bs_cookie = NULL, /* initialized below */
148 .bs_cookie = NULL, /* initialized below */
240 isa_io_bs_tag.bs_cookie = (void *)isa_io_addr;
241 isa_mem_bs_tag.bs_cookie = (void *)isa_mem_addr;
286 return (vaddr_t)isa_io_bs_tag.bs_cookie;
292 return (vaddr_t)isa_mem_bs_tag.bs_cookie;
301 if (t == isa_io_bs_tag.bs_cookie)
343 if (t == isa_io_bs_tag.bs_cookie)
368 if (t == isa_io_bs_tag.bs_cookie)
/netbsd-current/sys/arch/evbcf/include/
H A Dbus_space.h87 void *bs_cookie; member in struct:mvme68k_bus_space_tag
121 (*((tag)->bs_map))((tag)->bs_cookie, (offset), (size), (flags), (handlep))
137 (*((tag)->bs_unmap))((tag)->bs_cookie, (handle), (size))
166 (*((t)->bs_peek_1))((t)->bs_cookie, (h), (o), (vp))
169 (*((t)->bs_peek_2))((t)->bs_cookie, (h), (o), (vp))
172 (*((t)->bs_peek_4))((t)->bs_cookie, (h), (o), (vp))
184 (*((t)->bs_poke_1))((t)->bs_cookie, (h), (o), (v))
187 (*((t)->bs_poke_2))((t)->bs_cookie, (h), (o), (v))
190 (*((t)->bs_poke_4))((t)->bs_cookie, (h), (o), (v))
/netbsd-current/sys/arch/mvme68k/include/
H A Dbus_space.h90 void *bs_cookie; member in struct:mvme68k_bus_space_tag
124 (*((tag)->bs_map))((tag)->bs_cookie, (offset), (size), (flags), (handlep))
140 (*((tag)->bs_unmap))((tag)->bs_cookie, (handle), (size))
169 (*((t)->bs_peek_1))((t)->bs_cookie, (h), (o), (vp))
172 (*((t)->bs_peek_2))((t)->bs_cookie, (h), (o), (vp))
175 (*((t)->bs_peek_4))((t)->bs_cookie, (h), (o), (vp))
187 (*((t)->bs_poke_1))((t)->bs_cookie, (h), (o), (v))
190 (*((t)->bs_poke_2))((t)->bs_cookie, (h), (o), (v))
193 (*((t)->bs_poke_4))((t)->bs_cookie, (h), (o), (v))
/netbsd-current/sys/arch/virt68k/include/
H A Dbus_space.h82 void *bs_cookie; member in struct:virt68k_bus_space_tag
116 (*((tag)->bs_map))((tag)->bs_cookie, (offset), (size), (flags), (handlep))
132 (*((tag)->bs_unmap))((tag)->bs_cookie, (handle), (size))
161 (*((t)->bs_peek_1))((t)->bs_cookie, (h), (o), (vp))
164 (*((t)->bs_peek_2))((t)->bs_cookie, (h), (o), (vp))
167 (*((t)->bs_peek_4))((t)->bs_cookie, (h), (o), (vp))
179 (*((t)->bs_poke_1))((t)->bs_cookie, (h), (o), (v))
182 (*((t)->bs_poke_2))((t)->bs_cookie, (h), (o), (v))
185 (*((t)->bs_poke_4))((t)->bs_cookie, (h), (o), (v))
/netbsd-current/sys/arch/mips/include/
H A Dbus_space_funcs.h72 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o))
77 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, v); \
84 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, a, c); \
90 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, v, c); \
97 (*(t)->__bs_opname(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt); \
105 (*(t)->bs_map)((t)->bs_cookie, (a), (s), (f), (hp), 1)
107 (*(t)->bs_map)((t)->bs_cookie, (a), (s), (f), (hp), 0)
109 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s), 1)
111 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s), 0)
113 (*(t)->bs_subregion)((t)->bs_cookie, (
[all...]
/netbsd-current/sys/arch/shark/isa/
H A Disa_io.c81 .bs_cookie = NULL, /* initialized below */
200 .bs_cookie = NULL, /* initialized below */
317 isa_io_bs_tag.bs_cookie = (void *)isa_io_addr;
318 isa_mem_bs_tag.bs_cookie = (void *)isa_mem_addr;
329 return (vaddr_t)isa_io_bs_tag.bs_cookie;
335 return (vaddr_t)isa_mem_bs_tag.bs_cookie;
/netbsd-current/sys/arch/evbsh3/include/
H A Dbus_funcs.h77 (*(t)->__bs_opname(r,sz))((t)->bs_cookie, h, o))
80 (*(t)->__bs_opname(rs,sz))((t)->bs_cookie, h, o))
85 (*(t)->__bs_opname(w,sz))((t)->bs_cookie, h, o, v); \
90 (*(t)->__bs_opname(ws,sz))((t)->bs_cookie, h, o, v); \
97 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, a, c); \
103 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, v, c); \
110 (*(t)->__bs_opname(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt); \
118 (*(t)->bs_map)((t)->bs_cookie, (a), (s), (f), (hp))
120 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s))
122 (*(t)->bs_subregion)((t)->bs_cookie, (
[all...]
/netbsd-current/sys/arch/landisk/include/
H A Dbus_funcs.h76 (*(t)->__bs_opname(r,sz))((t)->bs_cookie, h, o))
81 (*(t)->__bs_opname(w,sz))((t)->bs_cookie, h, o, v); \
88 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, a, c); \
94 (*(t)->__bs_opname(type,sz))((t)->bs_cookie, h, o, v, c); \
101 (*(t)->__bs_opname(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt); \
109 (*(t)->bs_map)((t)->bs_cookie, (a), (s), (f), (hp))
111 (*(t)->bs_unmap)((t)->bs_cookie, (h), (s))
113 (*(t)->bs_subregion)((t)->bs_cookie, (h), (o), (s), (hp))
119 (*(t)->bs_alloc)((t)->bs_cookie, (rs), (re), (s), (a), (b), \
122 (*(t)->bs_free)((t)->bs_cookie, (
[all...]
/netbsd-current/sys/arch/arm/arm/
H A Dbus_stubs.c47 return t1 != NULL && t2 != NULL && t1->bs_cookie == t2->bs_cookie;
/netbsd-current/sys/arch/arm/xscale/
H A Dixp425_a4x_space.c64 .bs_cookie = (void *) 0,
H A Dpxa2x0_a4x_space.c60 .bs_cookie = (void *) 0,
H A Di80312_space.c69 .bs_cookie = (void *) 0,
149 bs->bs_cookie = cookie;
157 bs->bs_cookie = cookie;
172 bs->bs_cookie = cookie;
H A Di80321_space.c71 .bs_cookie = (void *) 0,
199 bs->bs_cookie = cookie;
207 bs->bs_cookie = cookie;
223 bs->bs_cookie = cookie;
H A Dbecc_space.c68 .bs_cookie = (void *) 0,
148 bs->bs_cookie = cookie;
163 bs->bs_cookie = cookie;
/netbsd-current/sys/arch/evbarm/lubbock/
H A Dsm_obio_space.c60 .bs_cookie = NULL,
/netbsd-current/sys/arch/arm/gemini/
H A Dgemini_a4x_space.c64 .bs_cookie = (void *) 0,
/netbsd-current/sys/arch/evbarm/ifpga/
H A Difpga_io.c67 .bs_cookie = (void *) 0, /* Physical base address */
146 .bs_cookie = (void *) IFPGA_IO_BASE, /* Physical base address */
225 t->bs_cookie = cookie;
234 t->bs_cookie = cookie;
/netbsd-current/sys/arch/landisk/landisk/
H A Dshpcic_machdep.c194 .bs_cookie = NULL,
244 .bs_cookie = NULL,
/netbsd-current/sys/arch/arm/footbridge/
H A Dfootbridge_io.c66 .bs_cookie = (void *) 0, /* Base address */
147 t->bs_cookie = cookie;
160 t->bs_cookie = cookie;
H A Dfootbridge_com_io.c62 .bs_cookie = NULL,
/netbsd-current/sys/arch/arm/iomd/
H A Diomd_io.c56 .bs_cookie = NULL,

Completed in 152 milliseconds

1234