Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/atari/atari/
Dle_bus.c261 bus_space_tag_t leb_t; in leb_alloc_bus_space_tag() local
268 leb_t = storage; in leb_alloc_bus_space_tag()
270 leb_t = kmem_alloc(sizeof(*leb_t), KM_SLEEP); in leb_alloc_bus_space_tag()
272 memset(leb_t, 0, sizeof(*leb_t)); in leb_alloc_bus_space_tag()
274 leb_t->abs_p_1 = leb_bus_space_peek_1; in leb_alloc_bus_space_tag()
275 leb_t->abs_p_2 = leb_bus_space_peek_2; in leb_alloc_bus_space_tag()
276 leb_t->abs_p_4 = leb_bus_space_peek_4; in leb_alloc_bus_space_tag()
277 leb_t->abs_p_8 = leb_bus_space_peek_8; in leb_alloc_bus_space_tag()
278 leb_t->abs_r_1 = leb_bus_space_read_1; in leb_alloc_bus_space_tag()
279 leb_t->abs_r_2 = leb_bus_space_read_2; in leb_alloc_bus_space_tag()
[all …]