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

/netbsd-current/sys/arch/evbppc/explora/dev/
H A Delb.c61 static struct powerpc_bus_space elb_tag = { variable in typeref:struct:powerpc_bus_space
106 { "pckbc", BASE_PCKBC, BASE_PCKBC2, 31, &elb_tag },
107 { "com", BASE_COM, 0, 30, &elb_tag },
108 { "lpt", BASE_LPT, 0, -1, &elb_tag },
167 if (bus_space_init(&elb_tag, "elbtag",
169 panic("elb_get_bus_space_tag: elb_tag");
173 return (&elb_tag);

Completed in 80 milliseconds