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

/netbsd-current/sys/arch/evbppc/explora/dev/
H A Delb.c67 static struct powerpc_bus_space elb_fb_tag = { variable in typeref:struct:powerpc_bus_space
109 { "fb", BASE_FB, BASE_FB2, -1, &elb_fb_tag },
110 { "le", BASE_LE, 0, 28, &elb_fb_tag },
176 if (bus_space_init(&elb_fb_tag, "elbfbtag",
178 panic("elb_get_bus_space_tag: elb_fb_tag");
182 return (&elb_fb_tag);

Completed in 74 milliseconds