Home
last modified time | relevance | path

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

/netbsd/sys/arch/hp300/hp300/
H A Dbus_space.c58 if (t->bustype == HP300_BUS_SPACE_INTIO) { in bus_space_map()
122 if (t->bustype == HP300_BUS_SPACE_INTIO) { in bus_space_unmap()
H A Dautoconf.c765 bst->bustype = HP300_BUS_SPACE_INTIO; in hp300_cninit()
/netbsd/sys/arch/hp300/dev/
H A Dintio.c134 bst->bustype = HP300_BUS_SPACE_INTIO; in intioattach()
H A Dfrodo.c389 bst->bustype = HP300_BUS_SPACE_INTIO; in frodo_init_bus_space()
/netbsd/sys/arch/hp300/include/
H A Dbus.h65 #define HP300_BUS_SPACE_INTIO 0 /* space is intio space */ macro